aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system')
-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)