aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_CSUP/tst_CSUP05
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-01-30 18:15:38 +0100
committerRobert Loehning <robert.loehning@digia.com>2013-01-31 11:22:17 +0100
commit58e4a5fb5ebbdd041ce7c1389df5442891a936a3 (patch)
treee0836d5620d49f2983a7ae2fa51df41e8d091851 /tests/system/suite_CSUP/tst_CSUP05
parent5e5eb43d183801553a0701c9807b41100a129159 (diff)
Squish: Fixed opening of files
Change-Id: Ia96a4a000cac1dde0f660e5f58141a73c7625a1e Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_CSUP/tst_CSUP05')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP05/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP05/test.py b/tests/system/suite_CSUP/tst_CSUP05/test.py
index f3d065ed0e..4a947079d4 100644
--- a/tests/system/suite_CSUP/tst_CSUP05/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP05/test.py
@@ -19,7 +19,7 @@ def main():
test.verify(waitForObjectItem(":Qt Creator_Utils::NavigationTreeView", "propertyanimation"),
"Verifying if: Project is opened.")
# open .cpp file in editor
- doubleClickItem(":Qt Creator_Utils::NavigationTreeView", "propertyanimation.Sources.main\\.cpp", 5, 5, 0, Qt.LeftButton)
+ openDocument("propertyanimation.Sources.main\\.cpp")
test.verify(checkIfObjectExists(":Qt Creator_CppEditor::Internal::CPPEditorWidget"),
"Verifying if: .cpp file is opened in Edit mode.")
# select some word for example "viewer" and press Ctrl+F.