##// END OF EJS Templates
scm: fix indents in "commit:xxx" unit test....
Toshi MARUYAMA -
r4572:fb51f27b8a15
parent child
Show More
@@ -229,8 +229,9 RAW
229 229 changeset_link = link_to('abcd',
230 230 {
231 231 :controller => 'repositories',
232 :action => 'revision', :id => 'subproject1',
233 :rev => 'abcd'
232 :action => 'revision',
233 :id => 'subproject1',
234 :rev => 'abcd',
234 235 },
235 236 :class => 'changeset', :title => 'test commit')
236 237 to_test = {
@@ -253,8 +254,9 RAW
253 254 changeset_link = link_to('20080308225258-98289-abcd456efg.gz',
254 255 {
255 256 :controller => 'repositories',
256 :action => 'revision', :id => 'subproject1',
257 :rev => '123'
257 :action => 'revision',
258 :id => 'subproject1',
259 :rev => '123',
258 260 },
259 261 :class => 'changeset', :title => 'test commit')
260 262 to_test = {
General Comments 0
You need to be logged in to leave comments. Login now