mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
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:
parent
7512e3cc39
commit
98e7e723c3
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user