scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any of unit changeset test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6721 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fe9d54316c
commit
26bd9a9eb9
@ -43,8 +43,7 @@ class ChangesetTest < ActiveSupport::TestCase
|
|||||||
:committed_on => Time.now,
|
:committed_on => Time.now,
|
||||||
:comments => 'New commit (#2). Fixes #1',
|
:comments => 'New commit (#2). Fixes #1',
|
||||||
:revision => '12345')
|
:revision => '12345')
|
||||||
c.scan_comment_for_issue_ids
|
assert c.save
|
||||||
|
|
||||||
assert_equal [1, 2], c.issue_ids.sort
|
assert_equal [1, 2], c.issue_ids.sort
|
||||||
fixed = Issue.find(1)
|
fixed = Issue.find(1)
|
||||||
assert fixed.closed?
|
assert fixed.closed?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user