fix source indents of RepositoriesMercurialControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@19762 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-05-08 12:25:18 +00:00
parent 14f0215dbf
commit 688c613054

View File

@@ -213,12 +213,12 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest
@project.reload
assert_equal NUM_REV, @repository.changesets.count
[
'default',
'branch-Ü-01',
'branch (1)[2]&,%.-3_4',
'branch-Ü-00',
'test_branch.latin-1',
'test-branch-00',
'default',
'branch-Ü-01',
'branch (1)[2]&,%.-3_4',
'branch-Ü-00',
'test_branch.latin-1',
'test-branch-00',
].each do |bra|
get :show, :params => {
:id => PRJ_ID,