aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-01-08 18:13:33 +0100
committerRobert Loehning <robert.loehning@qt.io>2018-01-09 10:12:17 +0000
commitb1239d6c4c77814c62598469bc1588b43c690acc (patch)
tree6d9cc018718eeaa6063b3dc1d087c3a8c5e9f15f /tests
parent62a3d16950b14606a00a2dd7b27f148c6ac6fac5 (diff)
Squish: Remove outdated workaround
This reverts commit dbfbe1d65d9cfaecc56c70a4027c5a6d78a01ce2. Task-number: QTCREATORBUG-19523 Change-Id: I443c1bbed42f9aa96593b66a6b135bd6df35447d 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, 0 insertions, 2 deletions
diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index f2cc01e3ea..0206885fa2 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -28,8 +28,6 @@ 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):