mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
Shorten query[column_names] param name.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5304 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -248,7 +248,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
|
||||
def test_index_with_columns
|
||||
columns = ['tracker', 'subject', 'assigned_to']
|
||||
get :index, :set_filter => 1, :query => { 'column_names' => columns}
|
||||
get :index, :set_filter => 1, :c => columns
|
||||
assert_response :success
|
||||
|
||||
# query should use specified columns
|
||||
|
||||
Reference in New Issue
Block a user