diff options
author | Christian Stenger <christian.stenger@nokia.com> | 2012-09-05 16:49:35 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@nokia.com> | 2012-09-06 09:42:38 +0200 |
commit | bd43956bbd6ff5fac05f5260d351b0c3ec2a25a0 (patch) | |
tree | ffd9c93ef6aa012bef9aae34493c05be1250d3c1 /tests/system/suite_CCOM/tst_CCOM02/test.py | |
parent | e216d43649a9c7d3199f0c71f19b6d1d1eb08cc9 (diff) | |
download | qt-creator-bd43956bbd6ff5fac05f5260d351b0c3ec2a25a0.tar.gz |
Squish: Use global objects.map from inside CCOM
Change-Id: Icc22f595f6c5c9472755e1134b7663dde7bccb86
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
Diffstat (limited to 'tests/system/suite_CCOM/tst_CCOM02/test.py')
-rwxr-xr-x | tests/system/suite_CCOM/tst_CCOM02/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CCOM/tst_CCOM02/test.py b/tests/system/suite_CCOM/tst_CCOM02/test.py index 8050b1f033..dd0215dcf9 100755 --- a/tests/system/suite_CCOM/tst_CCOM02/test.py +++ b/tests/system/suite_CCOM/tst_CCOM02/test.py @@ -21,7 +21,7 @@ def main(): # save all to invoke qml parsing invokeMenuItem("File", "Save All") # open issues list view - ensureChecked(waitForObject(":Issues - Qt Creator_Core::Internal::OutputPaneToggleButton")) + ensureChecked(waitForObject(":Qt Creator_Issues_Core::Internal::OutputPaneToggleButton")) issuesView = waitForObject(":Qt Creator.Issues_QListView") # verify that error is properly reported test.verify(checkSyntaxError(issuesView, ["Syntax error"], True), |