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:
Bill King
2011-08-31 13:51:32 +02:00
parent bbfa7e0020
commit 507d260bd4
7 changed files with 82 additions and 36 deletions

View File

@@ -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()