diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-12-14 07:33:04 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-12-14 07:33:04 (GMT) |
commit | 690b72b7c3707f3a8f0120c35f3a4c34b58ff596 (patch) | |
tree | 2d452f2eaa9a7b56f42f34e9d912e8d1c62be4cc /tests/auto/declarative/qmlgraphicsimage | |
parent | 087bfb51618e8a02a3fad263a963c3485d08294a (diff) | |
download | Qt-690b72b7c3707f3a8f0120c35f3a4c34b58ff596.zip Qt-690b72b7c3707f3a8f0120c35f3a4c34b58ff596.tar.gz Qt-690b72b7c3707f3a8f0120c35f3a4c34b58ff596.tar.bz2 |
Fix image and pixmapcache tests.
Diffstat (limited to 'tests/auto/declarative/qmlgraphicsimage')
-rw-r--r-- | tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp b/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp index c8a2d3f..26f5175 100644 --- a/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp +++ b/tests/auto/declarative/qmlgraphicsimage/tst_qmlgraphicsimage.cpp @@ -118,7 +118,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 QUrl( \"" SERVER_ADDR "/no-such-file.png\" ) " + << "Network error loading \"" SERVER_ADDR "/no-such-file.png\" " "\"Error downloading " SERVER_ADDR "/no-such-file.png - server replied: Not found\" "; } |