Squish: Adapt test for wizard pages

There are nowadays two additional application templates
for Qt for Python.
Additionally remove no more existing template.

Change-Id: I717adb78e1873f0609a050364034694a7c270055
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2019-02-13 14:12:22 +01:00
parent 605fe1dfd9
commit ac4ec98735

View File

@@ -61,8 +61,8 @@ def main():
for template in dumpItems(templatesView.model(), templatesView.rootIndex()): for template in dumpItems(templatesView.model(), templatesView.rootIndex()):
template = template.replace(".", "\\.") template = template.replace(".", "\\.")
# skip non-configurable # skip non-configurable
if not template in ["Qt Quick UI Prototype", "Qt Canvas 3D Application", if not template in ["Qt Quick UI Prototype", "Auto Test Project", # FIXME
"Auto Test Project"]: # FIXME "Qt for Python - Empty", "Qt for Python - Window"]:
availableProjectTypes.append({category:template}) availableProjectTypes.append({category:template})
safeClickButton("Cancel") safeClickButton("Cancel")
for current in availableProjectTypes: for current in availableProjectTypes: