mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 00:06:01 +01:00
Merged r17056 to 3.3-stable (#27663).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17058 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -63,8 +63,8 @@ class IssueRelationsControllerTest < ActionController::TestCase
|
||||
assert_equal 'text/javascript', response.content_type
|
||||
end
|
||||
relation = IssueRelation.order('id DESC').first
|
||||
assert_equal 3, relation.issue_from_id
|
||||
assert_equal 1, relation.issue_to_id
|
||||
assert_equal 1, relation.issue_from_id
|
||||
assert_equal 3, relation.issue_to_id
|
||||
|
||||
assert_match /Bug #1/, response.body
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user