@@ -229,8 +229,9 RAW | |||||
229 | changeset_link = link_to('abcd', |
|
229 | changeset_link = link_to('abcd', | |
230 |
|
|
230 | { | |
231 | :controller => 'repositories', |
|
231 | :controller => 'repositories', | |
232 |
:action => 'revision', |
|
232 | :action => 'revision', | |
233 |
|
|
233 | :id => 'subproject1', | |
|
234 | :rev => 'abcd', | |||
234 |
|
|
235 | }, | |
235 | :class => 'changeset', :title => 'test commit') |
|
236 | :class => 'changeset', :title => 'test commit') | |
236 | to_test = { |
|
237 | to_test = { | |
@@ -253,8 +254,9 RAW | |||||
253 | changeset_link = link_to('20080308225258-98289-abcd456efg.gz', |
|
254 | changeset_link = link_to('20080308225258-98289-abcd456efg.gz', | |
254 |
|
|
255 | { | |
255 | :controller => 'repositories', |
|
256 | :controller => 'repositories', | |
256 |
:action => 'revision', |
|
257 | :action => 'revision', | |
257 |
|
|
258 | :id => 'subproject1', | |
|
259 | :rev => '123', | |||
258 |
|
|
260 | }, | |
259 | :class => 'changeset', :title => 'test commit') |
|
261 | :class => 'changeset', :title => 'test commit') | |
260 | to_test = { |
|
262 | to_test = { |
General Comments 0
You need to be logged in to leave comments.
Login now