##// END OF EJS Templates
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_allow_brackets_around_a_issue_number of unit changeset test....
Toshi MARUYAMA -
r6613:cb27655ad902
parent child
Show More
@@ -154,8 +154,7 class ChangesetTest < ActiveSupport::TestCase
154 :committed_on => Time.now,
154 :committed_on => Time.now,
155 :comments => '[#1] Worked on this issue',
155 :comments => '[#1] Worked on this issue',
156 :revision => '12345')
156 :revision => '12345')
157 c.scan_comment_for_issue_ids
157 assert c.save
158
159 assert_equal [1], c.issue_ids.sort
158 assert_equal [1], c.issue_ids.sort
160 end
159 end
161
160
General Comments 0
You need to be logged in to leave comments. Login now