forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -185,7 +185,7 @@ def main():
|
|||||||
"Some important advice in the README")
|
"Some important advice in the README")
|
||||||
invokeMenuItem("File", "Save All")
|
invokeMenuItem("File", "Save All")
|
||||||
commitsInProject = list(commitMessages) # deep copy
|
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)
|
commitMessages.insert(0, commitOutsideProject)
|
||||||
|
|
||||||
invokeMenuItem('Tools', 'Git', 'Current File', 'Log of "%s"' % readmeName)
|
invokeMenuItem('Tools', 'Git', 'Current File', 'Log of "%s"' % readmeName)
|
||||||
|
Reference in New Issue
Block a user