Squish: Add expected error message for newer Xcode

Change-Id: Ib6af4b61d4ca7bd32b3e3e9dcb837a91692a1dfe
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2014-01-16 16:14:07 +01:00
parent 38ce2b78ba
commit 558743c688

View File

@@ -34,7 +34,8 @@ source("../../shared/suites_qtta.py")
def main():
# expected error texts - for different compilers
expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope",
"'SyntaxError' : undeclared identifier"]
"'SyntaxError' : undeclared identifier",
"use of undeclared identifier 'SyntaxError'"]
startApplication("qtcreator" + SettingsPath)
if not startedWithoutPluginError():
return