##// END OF EJS Templates
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any_line_start of unit changeset test....
Toshi MARUYAMA -
r6611:df294c505db1
parent child
Show More
@@ -144,8 +144,7 class ChangesetTest < ActiveSupport::TestCase
144 :committed_on => Time.now,
144 :committed_on => Time.now,
145 :comments => '#1 is the reason of this commit',
145 :comments => '#1 is the reason of this commit',
146 :revision => '12345')
146 :revision => '12345')
147 c.scan_comment_for_issue_ids
147 assert c.save
148
149 assert_equal [1], c.issue_ids.sort
148 assert_equal [1], c.issue_ids.sort
150 end
149 end
151
150
General Comments 0
You need to be logged in to leave comments. Login now