Shortens filter param names.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5279 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -139,9 +139,9 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
|
||||
def test_index_with_project_and_filter
|
||||
get :index, :project_id => 1, :set_filter => 1,
|
||||
:fields => ['tracker_id'],
|
||||
:operators => {'tracker_id' => '='},
|
||||
:values => {'tracker_id' => ['1']}
|
||||
:f => ['tracker_id'],
|
||||
:op => {'tracker_id' => '='},
|
||||
:v => {'tracker_id' => ['1']}
|
||||
assert_response :success
|
||||
assert_template 'index.rhtml'
|
||||
assert_not_nil assigns(:issues)
|
||||
|
||||
Reference in New Issue
Block a user