mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-23 17:01:13 +00:00
fix source indents of MercurialAdapterTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19761 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
56a74a32b7
commit
14f0215dbf
@ -425,14 +425,14 @@ class MercurialAdapterTest < ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_nodes_in_branch
|
def test_nodes_in_branch
|
||||||
[
|
[
|
||||||
'default',
|
'default',
|
||||||
@branch_char_1,
|
@branch_char_1,
|
||||||
'branch (1)[2]&,%.-3_4',
|
'branch (1)[2]&,%.-3_4',
|
||||||
@branch_char_0,
|
@branch_char_0,
|
||||||
'test_branch.latin-1',
|
'test_branch.latin-1',
|
||||||
'test-branch-00',
|
'test-branch-00',
|
||||||
]
|
]
|
||||||
.each do |branch|
|
.each do |branch|
|
||||||
nib0 = @adapter.nodes_in_branch(branch)
|
nib0 = @adapter.nodes_in_branch(branch)
|
||||||
assert nib0
|
assert nib0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user