summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp')
-rw-r--r--tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp2
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()