aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-09-28 12:40:33 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-09-28 13:26:58 +0200
commit709f30f1a83c9c65b82f689fc67cd23fc2ba9696 (patch)
tree62ee9e320a26e04c29543f3929d068441254382f /tests/auto/qml/qmllint
parent4cd06638c198c7ed48680c63e9df943e3680e89e (diff)
qmllint: Consistently spell "Warning"
There was one place where it was written in lower case. Change-Id: Id953fa6c260502ab5bca8cfa061c817bb5a70581 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmllint')
-rw-r--r--tests/auto/qml/qmllint/tst_qmllint.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qmllint/tst_qmllint.cpp b/tests/auto/qml/qmllint/tst_qmllint.cpp
index f8e031689b..1a36986663 100644
--- a/tests/auto/qml/qmllint/tst_qmllint.cpp
+++ b/tests/auto/qml/qmllint/tst_qmllint.cpp
@@ -117,7 +117,7 @@ void TestQmllint::testUnknownCausesFail()
{
const QString unknownNotFound = runQmllint("unknownElement.qml", false);
QVERIFY(unknownNotFound.contains(
- QStringLiteral("warning: Unknown was not found. Did you add all import paths?")));
+ QStringLiteral("Warning: Unknown was not found. Did you add all import paths?")));
}
void TestQmllint::directoryPassedAsQmlTypesFile()
@@ -185,7 +185,7 @@ void TestQmllint::dirtyQmlCode_data()
<< QString();
QTest::newRow("badQmldirImportAndDepend")
<< QStringLiteral("qmldirImportAndDepend/bad.qml")
- << QString("warning: Item was not found. Did you add all import paths?")
+ << QString("Warning: Item was not found. Did you add all import paths?")
<< QString();
QTest::newRow("javascriptMethodsInModule")
<< QStringLiteral("javascriptMethodsInModuleBad.qml")