Commit fb51f27b authored by Toshi MARUYAMA's avatar Toshi MARUYAMA

scm: fix indents in "commit:xxx" unit test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4692 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent e92cd209
......@@ -229,8 +229,9 @@ RAW
changeset_link = link_to('abcd',
{
:controller => 'repositories',
:action => 'revision', :id => 'subproject1',
:rev => 'abcd'
:action => 'revision',
:id => 'subproject1',
:rev => 'abcd',
},
:class => 'changeset', :title => 'test commit')
to_test = {
......@@ -253,8 +254,9 @@ RAW
changeset_link = link_to('20080308225258-98289-abcd456efg.gz',
{
:controller => 'repositories',
:action => 'revision', :id => 'subproject1',
:rev => '123'
:action => 'revision',
:id => 'subproject1',
:rev => '123',
},
:class => 'changeset', :title => 'test commit')
to_test = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment