summaryrefslogtreecommitdiffstats
path: root/test/system/issues_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/issues_test.rb')
-rw-r--r--test/system/issues_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb
index 733f644c3..2305b80d0 100644
--- a/test/system/issues_test.rb
+++ b/test/system/issues_test.rb
@@ -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