summaryrefslogtreecommitdiff
path: root/tests/auto/qhelpenginecore/tst_qhelpenginecore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhelpenginecore/tst_qhelpenginecore.cpp')
-rw-r--r--tests/auto/qhelpenginecore/tst_qhelpenginecore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhelpenginecore/tst_qhelpenginecore.cpp b/tests/auto/qhelpenginecore/tst_qhelpenginecore.cpp
index 5c43a17561..be0d2fbbde 100644
--- a/tests/auto/qhelpenginecore/tst_qhelpenginecore.cpp
+++ b/tests/auto/qhelpenginecore/tst_qhelpenginecore.cpp
@@ -450,7 +450,7 @@ void tst_QHelpEngineCore::setAutoSaveFilter()
void tst_QHelpEngineCore::metaData()
{
QCOMPARE(QHelpEngineCore::metaData(m_path + "/data/test.qch", "author").toString(),
- QString("Nokia Corporation and/or its subsidiary(-ies)"));
+ QString("Digia Plc"));
QCOMPARE(QHelpEngineCore::metaData(m_path + "/data/test.qch", "notExisting").isValid(),
false);
}