Squish: Remove outdated check

Parsing nowadays starts only after selecting a kit.

Change-Id: I2beced906073f3041e9dcb021ac6ef5f03f144a5
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2019-12-02 08:10:37 +01:00
parent fa3f54ad1a
commit 811db1129c

View File

@@ -62,11 +62,6 @@ def main():
if not test.verify(object.exists(":Qt Creator_Core::OutputWindow"),
"Did the General Messages view show up?"):
openGeneralMessages()
# Verify message appears once, written before a kit was selected for qtcreator.pro
generalMessages = str(waitForObject(":Qt Creator_Core::OutputWindow").plainText)
test.compare(generalMessages.count('Cannot parse project "qtcreator": No kit selected.'), 1,
'Warning about missing kit selection shown?')
# Verify that qmljs.g is in the project even when we don't know where (QTCREATORBUG-17609)
selectFromLocator("p qmljs.g", "qmljs.g")
# Now check some basic lookups in the search box