comparison test/functional/search_controller_test.rb @ 51:371eac10df0b live

* Merge from "cannam" branch. This includes update to Redmine trunk, plus welcome/tip-of-the-day from luisf branch.
author Chris Cannam
date Wed, 24 Nov 2010 12:20:08 +0000
parents 94944d00e43c
children af80e5618e9b
comparison
equal deleted inserted replaced
34:09b1d4349da3 51:371eac10df0b
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'