remove trailing white-spaces from test/functional/search_controller_test.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6924 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
507192f167
commit
1fe58f503c
@ -124,7 +124,7 @@ class SearchControllerTest < ActionController::TestCase
|
|||||||
|
|
||||||
def test_search_content
|
def test_search_content
|
||||||
Issue.update_all("description = 'This is a searchkeywordinthecontent'", "id=1")
|
Issue.update_all("description = 'This is a searchkeywordinthecontent'", "id=1")
|
||||||
|
|
||||||
get :index, :id => 1, :q => 'searchkeywordinthecontent', :titles_only => ''
|
get :index, :id => 1, :q => 'searchkeywordinthecontent', :titles_only => ''
|
||||||
assert_equal false, assigns(:titles_only)
|
assert_equal false, assigns(:titles_only)
|
||||||
results = assigns(:results)
|
results = assigns(:results)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user