mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00: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:
parent
14f0215dbf
commit
688c613054
@ -213,12 +213,12 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest
|
|||||||
@project.reload
|
@project.reload
|
||||||
assert_equal NUM_REV, @repository.changesets.count
|
assert_equal NUM_REV, @repository.changesets.count
|
||||||
[
|
[
|
||||||
'default',
|
'default',
|
||||||
'branch-Ü-01',
|
'branch-Ü-01',
|
||||||
'branch (1)[2]&,%.-3_4',
|
'branch (1)[2]&,%.-3_4',
|
||||||
'branch-Ü-00',
|
'branch-Ü-00',
|
||||||
'test_branch.latin-1',
|
'test_branch.latin-1',
|
||||||
'test-branch-00',
|
'test-branch-00',
|
||||||
].each do |bra|
|
].each do |bra|
|
||||||
get :show, :params => {
|
get :show, :params => {
|
||||||
:id => PRJ_ID,
|
:id => PRJ_ID,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user