From 40a1b4afb7c2f2f11f202834c83caaf5b55b6b03 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 20 Feb 2013 13:21:57 +0100 Subject: [PATCH] Squish: Updated updated expectedText in tst_QMLS02 Change-Id: I7177e8b1b84fb780c5e1706a2979b6da8c71edda Reviewed-by: Christian Stenger --- tests/system/suite_QMLS/tst_QMLS02/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_QMLS/tst_QMLS02/test.py b/tests/system/suite_QMLS/tst_QMLS02/test.py index e238bbde13d..4021f29edc1 100644 --- a/tests/system/suite_QMLS/tst_QMLS02/test.py +++ b/tests/system/suite_QMLS/tst_QMLS02/test.py @@ -12,7 +12,7 @@ def main(): invokeMenuItem("Tools", "QML/JS", "Run Checks") # verify that error properly reported issuesView = waitForObject(":Qt Creator.Issues_QListView") - test.verify(checkSyntaxError(issuesView, ["invalid property name 'Color'"], True), + test.verify(checkSyntaxError(issuesView, ["Invalid property name 'Color'. (M16)"], True), "Verifying if error is properly reported") # repair error - go to written line placeCursorToLine(editorArea, testingCodeLine)