aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_editors/tst_revert_changes/test.py
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-08-22 14:37:34 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-09-05 09:24:18 +0000
commit1016dc0603051c20ba38644827abf88dd874bc90 (patch)
treedbc4b75667ad474b735a64bb5c42faafe5e2ccc0 /tests/system/suite_editors/tst_revert_changes/test.py
parentc30b629b524597f6ae9d4308301244642fc98e5c (diff)
Squish: Refactor starting Qt Creator from Squish
Change-Id: I7cbce7db2a22a7cb327965b9b7918eb46266b260 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests/system/suite_editors/tst_revert_changes/test.py')
-rw-r--r--tests/system/suite_editors/tst_revert_changes/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_revert_changes/test.py b/tests/system/suite_editors/tst_revert_changes/test.py
index 5bf3d15d94..d6e65b482c 100644
--- a/tests/system/suite_editors/tst_revert_changes/test.py
+++ b/tests/system/suite_editors/tst_revert_changes/test.py
@@ -44,7 +44,7 @@ def main():
test.fatal("Could not prepare test files - leaving test")
return
proFile = os.path.join(folder, "testfiles.pro")
- startApplication("qtcreator" + SettingsPath)
+ startQC()
if not startedWithoutPluginError():
return
openQmakeProject(proFile)