code layout clean up test_should_not_close_duplicated_issue of unit issue test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10652 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d5abb11c0b
commit
5ae73e3784
|
@ -864,7 +864,8 @@ class IssueTest < ActiveSupport::TestCase
|
|||
issue2 = Issue.generate!
|
||||
|
||||
# 2 is a dupe of 1
|
||||
IssueRelation.create(:issue_from => issue2, :issue_to => issue1, :relation_type => IssueRelation::TYPE_DUPLICATES)
|
||||
IssueRelation.create(:issue_from => issue2, :issue_to => issue1,
|
||||
:relation_type => IssueRelation::TYPE_DUPLICATES)
|
||||
# 2 is a dup of 1 but 1 is not a duplicate of 2
|
||||
assert !issue2.reload.duplicates.include?(issue1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue