mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
add attachments existence assertion to IssuesControllerTest#test_get_bulk_copy
git-svn-id: http://svn.redmine.org/redmine/trunk@19920 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -7149,6 +7149,10 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
end
|
||||
|
||||
def test_get_bulk_copy
|
||||
assert_not Issue.find(1).attachments.any?
|
||||
assert Issue.find(2).attachments.any?
|
||||
assert Issue.find(3).attachments.any?
|
||||
|
||||
@request.session[:user_id] = 2
|
||||
get(
|
||||
:bulk_edit,
|
||||
|
||||
Reference in New Issue
Block a user