forked from qt-creator/qt-creator
Fixes openProject, also tests multiple target selection and building.
Change-Id: I4a5aaea2eca940c3ffcf8458b5cc0afce591b63e Reviewed-on: http://codereview.qt.nokia.com/3886 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
This commit is contained in:
@@ -18,8 +18,8 @@ def verifyEnabled(objectName):
|
||||
|
||||
def selectFromCombo(objectName, itemName):
|
||||
object = verifyEnabled(objectName)
|
||||
mouseClick(object, 198, 7, 0, Qt.LeftButton)
|
||||
mouseClick(waitForObjectItem(object, itemName), 84, 5, 0, Qt.LeftButton)
|
||||
mouseClick(object, 5, 5, 0, Qt.LeftButton)
|
||||
mouseClick(waitForObjectItem(object, itemName), 5, 5, 0, Qt.LeftButton)
|
||||
|
||||
def wordUnderCursor(window):
|
||||
cursor = window.textCursor()
|
||||
|
||||
Reference in New Issue
Block a user