From 67371fcd3ae4f75addcffd7e4577b70d72bd5bc0 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 10 Jul 2015 09:59:14 +0200 Subject: [PATCH] Squish: Remove workaround Change-Id: I2744c44dda2ef31b7e94dc3328e40538a7a24f40 Reviewed-by: Robert Loehning --- tests/system/suite_debugger/tst_qml_js_console/test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/system/suite_debugger/tst_qml_js_console/test.py b/tests/system/suite_debugger/tst_qml_js_console/test.py index 145ddffcc99..f6729f4c5a7 100644 --- a/tests/system/suite_debugger/tst_qml_js_console/test.py +++ b/tests/system/suite_debugger/tst_qml_js_console/test.py @@ -142,10 +142,6 @@ def main(): rootIndex = getQModelIndexStr("text='Rectangle'", ":Locals and Expressions_Debugger::Internal::WatchTreeView") # make sure the items inside the root item are visible - if JIRA.isBugStillOpen(14210): - doubleClick(waitForObject(rootIndex)) - else: - test.warning("QTCREATORBUG-14210 is not open anymore. Can the workaround be removed?") doubleClick(waitForObject(rootIndex)) if not object.exists(":DebugModeWidget_QmlJSTools::Internal::QmlConsoleView"): invokeMenuItem("Window", "Output Panes", "QML/JS Console")