mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user