diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-05-08 13:08:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-05-08 13:08:40 +0000 |
commit | 6404ee571439f4ea99f8c96b5078b34a72212695 (patch) | |
tree | 707bd2b6b30347447c6f2ac81b63f58f3a060721 /test/functional/repositories_mercurial_controller_test.rb | |
parent | 45c8e9e03aabcd06057d784f3fb129026543d659 (diff) | |
download | redmine-6404ee571439f4ea99f8c96b5078b34a72212695.tar.gz redmine-6404ee571439f4ea99f8c96b5078b34a72212695.zip |
scm: mercurial: add double quote branch and tag name to test repository (#27790)
git-svn-id: http://svn.redmine.org/redmine/trunk@19766 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_mercurial_controller_test.rb')
-rw-r--r-- | test/functional/repositories_mercurial_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 06ee41aad..66f152ee3 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -27,7 +27,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s PRJ_ID = 3 - NUM_REV = 36 + NUM_REV = 40 def setup super |