summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-02-05 06:29:37 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-02-05 06:29:37 (GMT)
commit785449b78126a03b0d3116b6a9653eed2c15257c (patch)
tree2c024acca42caf182ac6f1fdc7c4906e442b6395 /tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp
parentb6991ebab89716293ded0033fcfea98bafa5f506 (diff)
downloadQt-785449b78126a03b0d3116b6a9653eed2c15257c.zip
Qt-785449b78126a03b0d3116b6a9653eed2c15257c.tar.gz
Qt-785449b78126a03b0d3116b6a9653eed2c15257c.tar.bz2
Fix test.
Diffstat (limited to 'tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp')
-rw-r--r--tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp b/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp
index 9731ef1..99fafe8 100644
--- a/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp
+++ b/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp
@@ -119,8 +119,7 @@ void tst_qmlgraphicsimage::imageSource_data()
<< "Cannot open QUrl( \"file://" SRCDIR "/data/no-such-file.png\" ) ";
QTest::newRow("remote") << SERVER_ADDR "/colors.png" << true << "";
QTest::newRow("remote not found") << SERVER_ADDR "/no-such-file.png" << true
- << "Network error loading \"" SERVER_ADDR "/no-such-file.png\" "
- "\"Error downloading " SERVER_ADDR "/no-such-file.png - server replied: Not found\" ";
+ << "\"Error downloading " SERVER_ADDR "/no-such-file.png - server replied: Not found\" ";
}
void tst_qmlgraphicsimage::imageSource()