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)