Squish: Tiny update to tst_cli_output_console

Change-Id: I26409008831afb70031591a599e0fa3d47d05f38
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Robert Loehning
2015-07-14 12:43:40 +02:00
parent b2ba98d988
commit f1af0c4f39

View File

@@ -57,7 +57,7 @@ def main():
invokeMenuItem("File", "Save All")
openDocument(project + "." + project + "\\.pro")
proEditor = waitForObject(":Qt Creator_TextEditor::TextEditorWidget")
test.verify("CONFIG += console" in str(proEditor.plainText), "Verifying that program is configured with console")
test.verify("CONFIG += console" in str(proEditor.plainText), "Verifying that program is configured with console")
availableConfigs = iterateBuildConfigs(len(checkedTargets))
if not availableConfigs: