summaryrefslogtreecommitdiffstats
path: root/tests/auto/qurl/tst_qurl.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-02-23 05:46:14 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-02-23 06:29:52 (GMT)
commiteefe993a4241b48f14991c44baa2c074b10bc194 (patch)
treea1a6ecdeb90c17707839c9c5e9cb8776ec4ff97f /tests/auto/qurl/tst_qurl.cpp
parentf8eee22dcdd9b6b530c0e5c346e16552352ec03b (diff)
parente988763395625171bed001b5916d4da003d39aee (diff)
downloadQt-eefe993a4241b48f14991c44baa2c074b10bc194.zip
Qt-eefe993a4241b48f14991c44baa2c074b10bc194.tar.gz
Qt-eefe993a4241b48f14991c44baa2c074b10bc194.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'tests/auto/qurl/tst_qurl.cpp')
-rw-r--r--tests/auto/qurl/tst_qurl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qurl/tst_qurl.cpp b/tests/auto/qurl/tst_qurl.cpp
index f108f4c..72ce393 100644
--- a/tests/auto/qurl/tst_qurl.cpp
+++ b/tests/auto/qurl/tst_qurl.cpp
@@ -1832,7 +1832,7 @@ void tst_QUrl::compat_constructor_01_data()
QTest::addColumn<QString>("res");
//next we fill it with data
- QTest::newRow( "data0" ) << QString("Makefile") << QString("Makefile"); // nolonger add file by defualt
+ QTest::newRow( "data0" ) << QString("Makefile") << QString("Makefile"); // nolonger add file by default
QTest::newRow( "data1" ) << QString("Makefile") << QString("Makefile");
QTest::newRow( "data2" ) << QString("ftp://ftp.qt.nokia.com/qt/INSTALL") << QString("ftp://ftp.qt.nokia.com/qt/INSTALL");
QTest::newRow( "data3" ) << QString("ftp://ftp.qt.nokia.com/qt/INSTALL") << QString("ftp://ftp.qt.nokia.com/qt/INSTALL");