aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-08-17 15:42:29 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-08-18 13:09:08 +0000
commitf830a21bf86607af700872e30be301b5e855d619 (patch)
tree63e338e278185f0cf0582793d2f180e5a2fbc11a /tests
parent9df06af9bdae6d4e7daf82c53992099d3dd61f92 (diff)
Squish: Update tst_git_local
This doesn't run into QTCREATORBUG-11074 anymore, because Creator now uses "git add --intent-to-add" when adding files. Change-Id: I125ff29f9974efad5d22fed220f6155cc5c6804b Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-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 9703e450e8..8208cf5e0a 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -185,7 +185,7 @@ def main():
"Some important advice in the README")
invokeMenuItem("File", "Save All")
commitsInProject = list(commitMessages) # deep copy
- commitOutsideProject = commit("Added README file", "Committed 2 files.", True) # QTCREATORBUG-11074
+ commitOutsideProject = commit("Added README file", "Committed 1 files.", True)
commitMessages.insert(0, commitOutsideProject)
invokeMenuItem('Tools', 'Git', 'Current File', 'Log of "%s"' % readmeName)