Mercurial > hg > soundsoftware-site
comparison test/functional/search_controller_test.rb @ 37:94944d00e43c
* Update to SVN trunk rev 4411
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 19 Nov 2010 13:24:41 +0000 |
parents | 513646585e45 |
children | af80e5618e9b |
comparison
equal
deleted
inserted
replaced
22:40f7cfd4df19 | 37:94944d00e43c |
---|---|
124 end | 124 end |
125 | 125 |
126 def test_quick_jump_to_issue | 126 def test_quick_jump_to_issue |
127 # issue of a public project | 127 # issue of a public project |
128 get :index, :q => "3" | 128 get :index, :q => "3" |
129 assert_redirected_to 'issues/3' | 129 assert_redirected_to '/issues/3' |
130 | 130 |
131 # issue of a private project | 131 # issue of a private project |
132 get :index, :q => "4" | 132 get :index, :q => "4" |
133 assert_response :success | 133 assert_response :success |
134 assert_template 'index' | 134 assert_template 'index' |