forked from qt-creator/qt-creator
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:
@@ -61,8 +61,8 @@ def main():
|
||||
for template in dumpItems(templatesView.model(), templatesView.rootIndex()):
|
||||
template = template.replace(".", "\\.")
|
||||
# skip non-configurable
|
||||
if not template in ["Qt Quick UI Prototype", "Qt Canvas 3D Application",
|
||||
"Auto Test Project"]: # FIXME
|
||||
if not template in ["Qt Quick UI Prototype", "Auto Test Project", # FIXME
|
||||
"Qt for Python - Empty", "Qt for Python - Window"]:
|
||||
availableProjectTypes.append({category:template})
|
||||
safeClickButton("Cancel")
|
||||
for current in availableProjectTypes:
|
||||
|
Reference in New Issue
Block a user