mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 17:26:06 +01:00
add space after comma to GitAdapterTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19952 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -134,7 +134,7 @@ class GitAdapterTest < ActiveSupport::TestCase
|
||||
|
||||
def test_revisions_master_all
|
||||
revs1 = []
|
||||
@adapter.revisions('', nil, "master",{}) do |rev|
|
||||
@adapter.revisions('', nil, "master", {}) do |rev|
|
||||
revs1 << rev
|
||||
end
|
||||
assert_equal 15, revs1.length
|
||||
@@ -186,7 +186,7 @@ class GitAdapterTest < ActiveSupport::TestCase
|
||||
|
||||
def test_revisions_branch_latin_1_path_encoding_all
|
||||
revs1 = []
|
||||
@adapter.revisions('', nil, "latin-1-path-encoding",{}) do |rev|
|
||||
@adapter.revisions('', nil, "latin-1-path-encoding", {}) do |rev|
|
||||
revs1 << rev
|
||||
end
|
||||
assert_equal 8, revs1.length
|
||||
|
||||
Reference in New Issue
Block a user