From dbfbe1d65d9cfaecc56c70a4027c5a6d78a01ce2 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 27 Dec 2017 12:29:44 +0100 Subject: [PATCH] Squish: Rename project while this triggers bug Task-number: QTCREATORBUG-19523 Change-Id: I468c5fe0af07b1875b45de8a1fd32da23208f6a0 Reviewed-by: Christian Stenger --- tests/system/suite_tools/tst_git_local/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py index 0206885fa28..f2cc01e3ead 100644 --- a/tests/system/suite_tools/tst_git_local/test.py +++ b/tests/system/suite_tools/tst_git_local/test.py @@ -28,6 +28,8 @@ source("../../shared/qtcreator.py") # necessary to not use symbolic links for the parent path of the git project srcPath = os.path.realpath(srcPath) projectName = "gitProject" +if JIRA.isBugStillOpen(19523): + projectName = "renamedProject" # TODO: Make selecting changes possible def commit(commitMessage, expectedLogMessage, uncheckUntracked=False):