From 9e1de91d7d8fdbfaf630380de91ea4bbc1bd8680 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 30 May 2012 17:00:21 +0200 Subject: [PATCH] Squish: Update for changed Options dialog Change-Id: I680ef0307837abae3edc813991acbed5fb31ccce Reviewed-by: Christian Stenger --- tests/system/objects.map | 2 +- tests/system/shared/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/system/objects.map b/tests/system/objects.map index b458d0e7557..2d613c1cd89 100644 --- a/tests/system/objects.map +++ b/tests/system/objects.map @@ -58,7 +58,7 @@ :Qt Gui Application.scrollArea_QScrollArea {name='scrollArea' type='QScrollArea' visible='1'} :Qt Gui Application_Qt4ProjectManager::Internal::GuiAppWizardDialog {type='Qt4ProjectManager::Internal::GuiAppWizardDialog' unnamed='1' visible='1' windowTitle='Qt Gui Application'} :QtCreator.MenuBar_ProjectExplorer::Internal::MiniProjectTargetSelector {type='ProjectExplorer::Internal::MiniProjectTargetSelector'} -:QtSupport__Internal__QtVersionManager.QLabel {container=':qt_tabwidget_stackedwidget.QtSupport__Internal__QtVersionManager_QtSupport::Internal::QtOptionsPageWidget' name='errorLabel' type='QLabel' visible='1'} +:QtSupport__Internal__QtVersionManager.QLabel {container=':qt_tabwidget_stackedwidget.QtSupport__Internal__QtVersionManager_QtSupport::Internal::QtOptionsPageWidget' type='QLabel' unnamed='1' visible='1'} :QtSupport__Internal__QtVersionManager.qtdirList_QTreeWidget {container=':qt_tabwidget_stackedwidget.QtSupport__Internal__QtVersionManager_QtSupport::Internal::QtOptionsPageWidget' name='qtdirList' type='QTreeWidget' visible='1'} :Symbol Server_Utils::CheckableMessageBox {type='Utils::CheckableMessageBox' unnamed='1' visible='1' windowTitle='Symbol Server'} :addToVersionControlComboBox_QComboBox {name='addToVersionControlComboBox' type='QComboBox' visible='1'} diff --git a/tests/system/shared/utils.py b/tests/system/shared/utils.py index ca971c6842a..c11597dbf25 100644 --- a/tests/system/shared/utils.py +++ b/tests/system/shared/utils.py @@ -335,7 +335,7 @@ def checkDebuggingLibrary(targVersion, targets): "visible='1' windowTitle?='Debugging Helper Build Log*'}") if target in targStrings and version == targVersion: detailsButton = waitForObject("{%s type='Utils::DetailsButton' text='Details' " - "visible='1' unnamed='1'}" % container) + "visible='1' unnamed='1' occurrence='2'}" % container) ensureChecked(detailsButton) gdbHelperStat = waitForObject("{%s type='QLabel' name='gdbHelperStatus' " "visible='1'}" % container)