summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpindexmodel
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-11-30 12:31:00 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 23:19:11 +0100
commit1cce97edb12e464071497ad535a8a85f4b3d83c0 (patch)
treec386d89b9ccd8e43d8ea9a2e81b7be8a7995cde2 /tests/auto/qhelpindexmodel
parent421a6897d2068ccd0346960390269ba2a4f10403 (diff)
Change copyright information from Nokia to Digia
In addition, some QUrl changes were required as I had to re-genegerate test.qch Change-Id: I03f6b3ab4a0743244fc93af92b024a084d4b7a15 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/qhelpindexmodel')
-rw-r--r--tests/auto/qhelpindexmodel/data/test.qchbin22528 -> 20480 bytes
-rw-r--r--tests/auto/qhelpindexmodel/tst_qhelpindexmodel.cpp6
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qhelpindexmodel/data/test.qch b/tests/auto/qhelpindexmodel/data/test.qch
index 4ea9847a6..5805ebbdc 100644
--- a/tests/auto/qhelpindexmodel/data/test.qch
+++ b/tests/auto/qhelpindexmodel/data/test.qch
Binary files differ
diff --git a/tests/auto/qhelpindexmodel/tst_qhelpindexmodel.cpp b/tests/auto/qhelpindexmodel/tst_qhelpindexmodel.cpp
index dadddaebd..b1059bf4b 100644
--- a/tests/auto/qhelpindexmodel/tst_qhelpindexmodel.cpp
+++ b/tests/auto/qhelpindexmodel/tst_qhelpindexmodel.cpp
@@ -183,11 +183,11 @@ void tst_QHelpIndexModel::linksForIndex()
QCOMPARE(map.count(), 2);
QCOMPARE(map.contains("Test Manual"), true);
QCOMPARE(map.value("Test Manual"),
- QUrl("qthelp://trolltech.com.1-0-0.test/testFolder/test.html#foo"));
+ QUrl("qthelp://trolltech.com.1.0.0.test/testFolder/test.html#foo"));
QCOMPARE(map.contains("Fancy"), true);
QCOMPARE(map.value("Fancy"),
- QUrl("qthelp://trolltech.com.1-0-0.test/testFolder/fancy.html#foo"));
+ QUrl("qthelp://trolltech.com.1.0.0.test/testFolder/fancy.html#foo"));
map = m->linksForKeyword("foobar");
QCOMPARE(map.count(), 1);
@@ -206,7 +206,7 @@ void tst_QHelpIndexModel::linksForIndex()
QCOMPARE(map.count(), 1);
QCOMPARE(map.contains("Test Manual"), true);
QCOMPARE(map.value("Test Manual"),
- QUrl("qthelp://trolltech.com.1-0-0.test/testFolder/test.html#foo"));
+ QUrl("qthelp://trolltech.com.1.0.0.test/testFolder/test.html#foo"));
}
QTEST_MAIN(tst_QHelpIndexModel)