From f830a21bf86607af700872e30be301b5e855d619 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 17 Aug 2020 15:42:29 +0200 Subject: 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 Reviewed-by: Christian Stenger --- tests/system/suite_tools/tst_git_local/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/system') 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) -- cgit v1.2.3