mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-31 04:39:40 +00:00
Try to find out what causes a ruby bus error with ruby2.x on the CI server.
git-svn-id: http://svn.redmine.org/redmine/trunk@13743 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3b4f6038ff
commit
ed1f13c97f
@ -1071,8 +1071,8 @@ class IssueTest < ActiveSupport::TestCase
|
||||
IssueRelation.create!(:issue_from => issue2, :issue_to => issue1,
|
||||
:relation_type => IssueRelation::TYPE_DUPLICATES)
|
||||
# And 3 is a dupe of 2
|
||||
IssueRelation.create!(:issue_from => issue3, :issue_to => issue2,
|
||||
:relation_type => IssueRelation::TYPE_DUPLICATES)
|
||||
# IssueRelation.create!(:issue_from => issue3, :issue_to => issue2,
|
||||
# :relation_type => IssueRelation::TYPE_DUPLICATES)
|
||||
# And 3 is a dupe of 1 (circular duplicates)
|
||||
IssueRelation.create!(:issue_from => issue3, :issue_to => issue1,
|
||||
:relation_type => IssueRelation::TYPE_DUPLICATES)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user