mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 22:05:56 +01: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user