Mercurial > hg > soundsoftware-site
diff test/functional/issues_controller_test.rb @ 23:ca82a3468d27 cannam
* Merge SVN update from default
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 24 Sep 2010 14:17:42 +0100 |
parents | 40f7cfd4df19 |
children | 94944d00e43c |
line wrap: on
line diff
--- a/test/functional/issues_controller_test.rb Thu Sep 23 16:19:06 2010 +0100 +++ b/test/functional/issues_controller_test.rb Fri Sep 24 14:17:42 2010 +0100 @@ -405,7 +405,8 @@ :subject => 'This is first issue', :priority_id => 5}, :continue => '' - assert_redirected_to :controller => 'issues', :action => 'new', :issue => {:tracker_id => 3} + assert_redirected_to :controller => 'issues', :action => 'new', :project_id => 'ecookbook', + :issue => {:tracker_id => 3} end def test_post_create_without_custom_fields_param