Mercurial > hg > soundsoftware-site
diff test/functional/search_controller_test.rb @ 38:33d69fee1d99 cannam
* Merge SVN update from default branch
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 19 Nov 2010 13:41:40 +0000 |
parents | 94944d00e43c |
children | af80e5618e9b |
line wrap: on
line diff
--- a/test/functional/search_controller_test.rb Fri Oct 01 15:33:14 2010 +0100 +++ b/test/functional/search_controller_test.rb Fri Nov 19 13:41:40 2010 +0000 @@ -126,7 +126,7 @@ def test_quick_jump_to_issue # issue of a public project get :index, :q => "3" - assert_redirected_to 'issues/3' + assert_redirected_to '/issues/3' # issue of a private project get :index, :q => "4"