diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-03-22 16:34:59 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-03-22 16:34:59 +0000 |
commit | 8de1d87e70b3940d66ebc18a825728cf20e40430 (patch) | |
tree | b0227538be1b9930db84ad7ceb32f5233eca32b4 /test/functional/repositories_mercurial_controller_test.rb | |
parent | 20ab5cb4dd8e856bed688d8d8e1cb2c1cd81312f (diff) | |
download | redmine-8de1d87e70b3940d66ebc18a825728cf20e40430.tar.gz redmine-8de1d87e70b3940d66ebc18a825728cf20e40430.zip |
scm: mercurial: update test repository (#23055)
git-svn-id: http://svn.redmine.org/redmine/trunk@19607 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 e79ad0413..ea1422c51 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 = 34 + NUM_REV = 36 def setup super |