summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-09-01 05:16:38 +0000
committerGo MAEDA <maeda@farend.jp>2022-09-01 05:16:38 +0000
commit6755063664241d02043eb8c12a97c1377cd72e11 (patch)
tree5c15e1a317dc6d3b5705b87454f990ab3bd50974 /test/functional
parent45fafc7e44db200329fb564dea71042524fc6822 (diff)
downloadredmine-6755063664241d02043eb8c12a97c1377cd72e11.tar.gz
redmine-6755063664241d02043eb8c12a97c1377cd72e11.zip
Support revision without any message in Mercurial repositories (#36258).
Patch by salman mp and Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21792 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/repositories_mercurial_controller_test.rb2
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 d88a95f0a..a31dd91a8 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 = 40
+ NUM_REV = 43
def setup
super