aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-08-05 12:27:28 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-08-12 14:10:14 +0000
commitc8e40f5b569464aa41ff405b885157be83a28a8e (patch)
treef80f6f4a74354768fc68a3bc3d23dec9148c3ac9 /tests/system/suite_debugger
parent30a71dc4b07f65ca0115456fbd2233415d4b1c52 (diff)
Squish: Adapt to changed Projects view
Change-Id: I9728a04864cdef7ae609f6a983cd92aa3c79e4f5 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests/system/suite_debugger')
-rw-r--r--tests/system/suite_debugger/tst_qml_js_console/test.py2
-rw-r--r--tests/system/suite_debugger/tst_qml_locals/test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_debugger/tst_qml_js_console/test.py b/tests/system/suite_debugger/tst_qml_js_console/test.py
index 28654109f53..d0d085e5993 100644
--- a/tests/system/suite_debugger/tst_qml_js_console/test.py
+++ b/tests/system/suite_debugger/tst_qml_js_console/test.py
@@ -132,7 +132,7 @@ def main():
if test.verify(waitFor('fancyDebugButton.enabled', 5000), "Start Debugging is enabled."):
# make sure QML Debugging is enabled
switchViewTo(ViewConstants.PROJECTS)
- switchToBuildOrRunSettingsFor(1, 0, ProjectSettings.RUN, True)
+ switchToBuildOrRunSettingsFor(1, 0, ProjectSettings.RUN)
ensureChecked("{container=':Qt Creator.scrollArea_QScrollArea' text='Enable QML' "
"type='QCheckBox' unnamed='1' visible='1'}")
switchViewTo(ViewConstants.EDIT)
diff --git a/tests/system/suite_debugger/tst_qml_locals/test.py b/tests/system/suite_debugger/tst_qml_locals/test.py
index 161a7bcb0cc..fb6d45c649c 100644
--- a/tests/system/suite_debugger/tst_qml_locals/test.py
+++ b/tests/system/suite_debugger/tst_qml_locals/test.py
@@ -56,7 +56,7 @@ def main():
earlyExit("Something went wrong opening Qml project - probably missing Qt5.")
return
switchViewTo(ViewConstants.PROJECTS)
- switchToBuildOrRunSettingsFor(1, 0, ProjectSettings.RUN, True)
+ switchToBuildOrRunSettingsFor(1, 0, ProjectSettings.RUN)
ensureChecked("{container=':Qt Creator.scrollArea_QScrollArea' text='Enable QML' "
"type='QCheckBox' unnamed='1' visible='1'}")
switchViewTo(ViewConstants.EDIT)