aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-03-21 14:38:24 +0100
committerRobert Loehning <robert.loehning@qt.io>2018-04-04 13:33:12 +0000
commit12398a4abe93950a6f83c310b5086ae598a39d2d (patch)
treefa3e31d2a4eaa7ca1f9f5fb96e4fc706dceb4d2d /tests
parent1aed2b06def17bfb48c85f4271184476640c8e0c (diff)
Squish: Remove duplicate code
Change-Id: Ic852f3438fac9cdc38b53509daaa592ac0688648 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_general/tst_create_proj_wizard/test.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/system/suite_general/tst_create_proj_wizard/test.py b/tests/system/suite_general/tst_create_proj_wizard/test.py
index 3882093ad2..99e41de975 100644
--- a/tests/system/suite_general/tst_create_proj_wizard/test.py
+++ b/tests/system/suite_general/tst_create_proj_wizard/test.py
@@ -82,10 +82,6 @@ def main():
if counter < len(qtVersionsForQuick) - 1:
displayedPlatforms = __createProject__(category, template)
continue
- elif template.startswith("Plain C"):
- handleBuildSystemVerifyKits(category, template, kits, displayedPlatforms)
- continue
-
handleBuildSystemVerifyKits(category, template, kits, displayedPlatforms)
invokeMenuItem("File", "Exit")