Squish: Disable testing QmlJS console

This has changed too much and must be rewritten.
Due to other issues this is not easily doable, so disabling this
test for now.

Task-number: QTCREATORBUG-15831
Change-Id: If0c7866b1f68a32c0696636fc76aed9bbe2ea921
Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-04-04 11:05:47 +02:00
parent 40b6413201
commit f7a1c1caa0

View File

@@ -110,6 +110,9 @@ def testLoggingFeatures():
clickButton(":*Qt Creator.Clear_QToolButton") clickButton(":*Qt Creator.Clear_QToolButton")
def main(): def main():
test.warning("This test must be rewritten (QTCREATORBUG-15831)") # QmlJS Console has changed
return
projName = "simpleQuickUI2.qmlproject" projName = "simpleQuickUI2.qmlproject"
projFolder = os.path.dirname(findFile("testdata", "simpleQuickUI2/%s" % projName)) projFolder = os.path.dirname(findFile("testdata", "simpleQuickUI2/%s" % projName))
if not neededFilePresent(os.path.join(projFolder, projName)): if not neededFilePresent(os.path.join(projFolder, projName)):