diff options
author | ck <qt-info@nokia.com> | 2010-04-08 11:36:30 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-04-08 13:13:17 (GMT) |
commit | f3b4ea8bb2940a8d95c29fa6d16b08313b8d033f (patch) | |
tree | 57e2a903d94bfc873027e3c24ca56c57e09c72ec /tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp | |
parent | 20c3ad62b71b8c6beb93544e870ec00a42a35b07 (diff) | |
download | Qt-f3b4ea8bb2940a8d95c29fa6d16b08313b8d033f.zip Qt-f3b4ea8bb2940a8d95c29fa6d16b08313b8d033f.tar.gz Qt-f3b4ea8bb2940a8d95c29fa6d16b08313b8d033f.tar.bz2 |
QtHelp: Fix auto tests.
Some tests still used Urls with invalid host names.
Reviewed-by: kh1
Diffstat (limited to 'tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp')
-rw-r--r-- | tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp b/tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp index 929cab5..9c458f7 100644 --- a/tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp +++ b/tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp @@ -83,7 +83,7 @@ void tst_QHelpProjectData::namespaceName() QHelpProjectData data; if (!data.readData(m_inputFile)) QFAIL("Cannot read qhp file!"); - QCOMPARE(data.namespaceName(), QString("trolltech.com.1_0_0.test")); + QCOMPARE(data.namespaceName(), QString("trolltech.com.1.0.0.test")); } void tst_QHelpProjectData::virtualFolder() |