mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 10:56:17 +01:00
Find visible issues only in ContextMenusController#issues.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4580 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -102,4 +102,10 @@ class ContextMenusControllerTest < ActionController::TestCase
|
||||
:class => 'icon-del' }
|
||||
end
|
||||
|
||||
def test_context_menu_issue_visibility
|
||||
get :issues, :ids => [1, 4]
|
||||
assert_response :success
|
||||
assert_template 'context_menu'
|
||||
assert_equal [1], assigns(:issues).collect(&:id)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user