From 87f9429807c540038cb11cc7b41d079c592450fa Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 21 Feb 2019 07:33:15 +0100 Subject: [PATCH] Squish: Adapt to changed menu entry Change-Id: I4d3d49c4feb11cbdca9390748d99891928a35c00 Reviewed-by: Robert Loehning --- tests/system/suite_debugger/tst_cli_output_console/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_debugger/tst_cli_output_console/test.py b/tests/system/suite_debugger/tst_cli_output_console/test.py index c1f6b2d595a..9774ea59b23 100644 --- a/tests/system/suite_debugger/tst_cli_output_console/test.py +++ b/tests/system/suite_debugger/tst_cli_output_console/test.py @@ -85,7 +85,7 @@ def main(): test.log("Debugging application") isMsvc = isMsvcConfig(kit) - invokeMenuItem("Debug", "Start Debugging", "Start debugging of \"%s\"" % project) + invokeMenuItem("Debug", "Start Debugging", "Start debugging of startup project") handleDebuggerWarnings(config, isMsvc) ensureChecked(":Qt Creator_AppOutput_Core::Internal::OutputPaneToggleButton") outputWindow = waitForObject(":Qt Creator_Core::OutputWindow")