summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-08-27 05:55:57 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-08-27 05:55:57 (GMT)
commita4d3ffe03359e415f4a4a5740eb19bbb9dfddc0b (patch)
tree5cf6ee2de4345e849932c2feb278e922195c64ad /tests/auto/declarative/qdeclarativetextedit
parente68270fab9b718f8dbef0b6f17573355ae704643 (diff)
downloadQt-a4d3ffe03359e415f4a4a5740eb19bbb9dfddc0b.zip
Qt-a4d3ffe03359e415f4a4a5740eb19bbb9dfddc0b.tar.gz
Qt-a4d3ffe03359e415f4a4a5740eb19bbb9dfddc0b.tar.bz2
Simplify type management code
Diffstat (limited to 'tests/auto/declarative/qdeclarativetextedit')
-rw-r--r--tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp b/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
index 56a3121..84f4230 100644
--- a/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
+++ b/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
@@ -777,7 +777,7 @@ void tst_qdeclarativetextedit::delegateLoading_data()
// import installed
QTest::newRow("pass") << "cursorHttpTestPass.qml" << "";
- QTest::newRow("fail1") << "cursorHttpTestFail1.qml" << "<Unknown File>: Network error for URL http://localhost:42332/FailItem.qml ";
+ QTest::newRow("fail1") << "cursorHttpTestFail1.qml" << "http://localhost:42332/FailItem.qml: Remote host closed the connection ";
QTest::newRow("fail2") << "cursorHttpTestFail2.qml" << "http://localhost:42332/ErrItem.qml:4:5: Fungus is not a type ";
}