summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-10-09 16:46:50 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-10-10 09:34:26 +0200
commit2d8069943016867a8a115c622dbf8fb00ff0dc28 (patch)
treee3282f694214b9f78c3e5a80674c1b52adfeadbe /tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
parent9230c3b9cd2d6485ce4560dde20cfbb701a64a60 (diff)
downloadqt-creator-2d8069943016867a8a115c622dbf8fb00ff0dc28.tar.gz
Qt Quick Designer: fix UI text capitalization and punctuation
Fix Qt Quick Designer product name. Fix a typo in a test message. Change-Id: I668af65da835017ebc876810a8d2c7d638290c77 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
index b0d52e833d..d48ca4d0b0 100644
--- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
@@ -1111,7 +1111,7 @@ void tst_TestCore::testModelCreateSubNode()
try {
childNode.setId("invalid id");
- QFAIL("Setting an invalid id does not throw an excxeption");
+ QFAIL("Setting an invalid id does not throw an exception");
} catch (Exception &exception) {
QCOMPARE(exception.type(), QString("InvalidIdException"));
}