summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-01-23 13:01:24 +0100
committerRobert Loehning <robert.loehning@digia.com>2014-01-23 14:05:07 +0100
commit540fa4b726048ad6462ca515240795f947abf91f (patch)
treedd34b1a1320f8a2a5ec135807d23bb9397c2ec6e
parent79f72f7a8948e2ffba8a23076aaa109aabeb0380 (diff)
downloadqt-creator-540fa4b726048ad6462ca515240795f947abf91f.tar.gz
Squish: Stabilize tst_git_local
Change-Id: Icc0f3ae2f4702398bbbc46b309b23ffe69daf778 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
-rw-r--r--tests/system/suite_tools/tst_git_local/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index 9a01fd630a..4a8e3ba46e 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -116,7 +116,7 @@ def main():
if not startedWithoutPluginError():
return
createProject_Qt_GUI(srcPath, projectName, addToVersionControl = "Git")
- if isQt4Build and not object.exists(":Qt Creator_VersionControl_Core::Internal::OutputPaneToggleButton"):
+ if not object.exists(":Qt Creator_VersionControl_Core::Internal::OutputPaneToggleButton"):
clickButton(waitForObject(":Qt Creator_Core::Internal::OutputPaneManageButton"))
activateItem(waitForObjectItem("{type='QMenu' unnamed='1' visible='1'}", "Version Control"))
ensureChecked(waitForObject(":Qt Creator_VersionControl_Core::Internal::OutputPaneToggleButton"))