##// END OF EJS Templates
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords of unit changeset test....
Toshi MARUYAMA -
r6607:1afcc4cd5b1e
parent child
Show More
@@ -58,8 +58,7 class ChangesetTest < ActiveSupport::TestCase
58 58 :committed_on => Time.now,
59 59 :comments => 'Ignores #2. Refs #1',
60 60 :revision => '12345')
61 c.scan_comment_for_issue_ids
62
61 assert c.save
63 62 assert_equal [1], c.issue_ids.sort
64 63 end
65 64
General Comments 0
You need to be logged in to leave comments. Login now