mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 16:56:00 +01:00
fix source indent of GitAdapterTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19966 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -127,11 +127,14 @@ class GitAdapterTest < ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_tags
|
def test_tags
|
||||||
assert_equal [
|
assert_equal(
|
||||||
|
[
|
||||||
"tag00.lightweight",
|
"tag00.lightweight",
|
||||||
"tag01.annotated",
|
"tag01.annotated",
|
||||||
"tag02.lightweight.#{@char_1}.01",
|
"tag02.lightweight.#{@char_1}.01",
|
||||||
], @adapter.tags
|
],
|
||||||
|
@adapter.tags
|
||||||
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_revisions_master_all
|
def test_revisions_master_all
|
||||||
|
|||||||
Reference in New Issue
Block a user