mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 13:55:52 +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
|
||||
|
||||
def test_nodes_in_branch
|
||||
[
|
||||
'default',
|
||||
@branch_char_1,
|
||||
'branch (1)[2]&,%.-3_4',
|
||||
@branch_char_0,
|
||||
'test_branch.latin-1',
|
||||
'test-branch-00',
|
||||
]
|
||||
[
|
||||
'default',
|
||||
@branch_char_1,
|
||||
'branch (1)[2]&,%.-3_4',
|
||||
@branch_char_0,
|
||||
'test_branch.latin-1',
|
||||
'test-branch-00',
|
||||
]
|
||||
.each do |branch|
|
||||
nib0 = @adapter.nodes_in_branch(branch)
|
||||
assert nib0
|
||||
|
||||
Reference in New Issue
Block a user