Patch #29308 » 0002-amends-the-timelog_controller_test-to-account-for-sp.patch
| test/functional/timelog_controller_test.rb | ||
|---|---|---|
| 281 | 281 |
}, |
| 282 | 282 |
:continue => '1' |
| 283 | 283 |
} |
| 284 |
assert_redirected_to '/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=&time_entry%5Bproject_id%5D=1' |
|
| 284 |
assert_redirected_to '/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=&time_entry%5Bproject_id%5D=1&time_entry%5Bspent_on%5D=2008-03-14'
|
|
| 285 | 285 |
end |
| 286 | 286 |
end |
| 287 | 287 | |
| ... | ... | |
| 298 | 298 |
}, |
| 299 | 299 |
:continue => '1' |
| 300 | 300 |
} |
| 301 |
assert_redirected_to '/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=1&time_entry%5Bproject_id%5D=' |
|
| 301 |
assert_redirected_to '/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=1&time_entry%5Bproject_id%5D=&time_entry%5Bspent_on%5D=2008-03-14'
|
|
| 302 | 302 |
end |
| 303 | 303 |
end |
| 304 | 304 | |
| ... | ... | |
| 315 | 315 |
}, |
| 316 | 316 |
:continue => '1' |
| 317 | 317 |
} |
| 318 |
assert_redirected_to '/projects/ecookbook/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=&time_entry%5Bproject_id%5D=' |
|
| 318 |
assert_redirected_to '/projects/ecookbook/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=&time_entry%5Bproject_id%5D=&time_entry%5Bspent_on%5D=2008-03-14'
|
|
| 319 | 319 |
end |
| 320 | 320 |
end |
| 321 | 321 | |
| ... | ... | |
| 332 | 332 |
}, |
| 333 | 333 |
:continue => '1' |
| 334 | 334 |
} |
| 335 |
assert_redirected_to '/issues/1/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=1&time_entry%5Bproject_id%5D=' |
|
| 335 |
assert_redirected_to '/issues/1/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=1&time_entry%5Bproject_id%5D=&time_entry%5Bspent_on%5D=2008-03-14'
|
|
| 336 | 336 |
end |
| 337 | 337 |
end |
| 338 | 338 | |
- « Previous
- 1
- 2
- Next »