diff options
author | Christian Stenger <[email protected]> | 2016-06-29 13:43:01 +0200 |
---|---|---|
committer | Christian Stenger <[email protected]> | 2016-06-29 12:39:24 +0000 |
commit | 76781b40a767663e58e1ba38a4a4a14469528a33 (patch) | |
tree | 8312bf62b2861e639921f711fa438f361c4ab0f0 | |
parent | eacd012b96d86074b5f351f7c1a59ffb7a1e7a16 (diff) |
Squish: Adapt suite_qtquick to 4.1 changes
Change-Id: Ic1d178820a3c2b6ce61f9e4fc424bc701eca87e5
Reviewed-by: Robert Loehning <[email protected]>
-rw-r--r-- | tests/system/shared/project.py | 2 | ||||
-rw-r--r-- | tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py index a8d16c9e3ad..d5cf7030aac 100644 --- a/tests/system/shared/project.py +++ b/tests/system/shared/project.py @@ -125,7 +125,7 @@ def __createProjectSetNameAndPath__(path, projectName = None, checks = True, lib return str(projectName) def __createProjectHandleQtQuickSelection__(minimumQtVersion): - comboBox = waitForObject("{buddy=':Minimal required Qt version:_QLabel' name='QtVersion' " + comboBox = waitForObject("{leftWidget=':Minimal required Qt version:_QLabel' name='QtVersion' " "type='Utils::TextFieldComboBox' visible='1'}") try: selectFromCombo(comboBox, "Qt %s" % minimumQtVersion) diff --git a/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv b/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv index 6aac83e07ba..086c391d2ea 100644 --- a/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv +++ b/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv @@ -3,7 +3,7 @@ "id" "1" "window" "txtCnt" "1" """Property""" "clicked" "1" "" -"clicked" "1" "" +"clicked()" "1" "" "width" "1" "800" "height" "1" "480" "color" "1" """white""" |