Skip to content

Commit 77fceb7

Browse files
committed
add space after comma to MercurialAdapterTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20042 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 858f323 commit 77fceb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_info
8686
repo_path = adp.info.root_url.gsub(/\\/, "/")
8787
assert_equal REPOSITORY_PATH, repo_path
8888
assert_equal '39', adp.info.lastrev.revision
89-
assert_equal '04aed9840e9266e535f5f20f7e42c9f9f84f9cf4',adp.info.lastrev.scmid
89+
assert_equal '04aed9840e9266e535f5f20f7e42c9f9f84f9cf4', adp.info.lastrev.scmid
9090
end
9191
end
9292

@@ -389,7 +389,7 @@ def test_branches
389389
assert_equal 'c2ffe7da686aa3d956e59f2a2854cf8980a8b768', branch.scmid
390390

391391
branch = branches[-1]
392-
assert_equal 'test-branch-00',branch.to_s
392+
assert_equal 'test-branch-00', branch.to_s
393393
assert_equal '13', branch.revision
394394
assert_equal '3a330eb329586ea2adb3f83237c23310e744ebe9', branch.scmid
395395
end

0 commit comments

Comments
 (0)