aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_general/tst_new_class/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_general/tst_new_class/test.py')
-rw-r--r--tests/system/suite_general/tst_new_class/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_general/tst_new_class/test.py b/tests/system/suite_general/tst_new_class/test.py
index 3d3b8d6ec9..5c2d9eb28b 100644
--- a/tests/system/suite_general/tst_new_class/test.py
+++ b/tests/system/suite_general/tst_new_class/test.py
@@ -31,7 +31,7 @@ def main():
sourceFileName = newClassName.lower() + ".cpp"
basePath = tempDir()
notOverwrittenComment = "// If you can read this, the file was not overwritten."
- startApplication("qtcreator" + SettingsPath)
+ startQC()
if not startedWithoutPluginError():
return
addCPlusPlusFile(newClassName, "C++ Class", None, newBasePath=basePath,