mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 12:36:38 +02:00
Merged rails-4.1 branch (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -248,7 +248,7 @@ class WorkflowsControllerTest < ActionController::TestCase
|
||||
|
||||
get :permissions, :role_id => 1, :tracker_id => 2, :used_statuses_only => '0'
|
||||
assert_response :success
|
||||
assert_equal IssueStatus.sorted.all, assigns(:statuses)
|
||||
assert_equal IssueStatus.sorted.to_a, assigns(:statuses)
|
||||
end
|
||||
|
||||
def test_post_permissions
|
||||
|
||||
Reference in New Issue
Block a user