Squish: Updated updated expectedText in tst_QMLS02

Change-Id: I7177e8b1b84fb780c5e1706a2979b6da8c71edda
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2013-02-20 13:21:57 +01:00
parent 0d6676aabe
commit 40a1b4afb7

View File

@@ -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)