add more assert_equal to IssuesSystemTest#test_bulk_copy

git-svn-id: http://svn.redmine.org/redmine/trunk@19911 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-07-15 16:37:43 +00:00
parent 7512e3cc39
commit 98e7e723c3

View File

@@ -459,7 +459,9 @@ class IssuesSystemTest < ApplicationSystemTestCase
end
copies = Issue.order('id DESC').limit(2)
assert_equal 2, copies[0].project.id
assert_equal 6, copies[0].priority.id
assert_equal 2, copies[1].project.id
assert_equal 6, copies[1].priority.id
end