##// END OF EJS Templates
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_allow_brackets_around_multiple_issue_numbers of unit changeset test....
Toshi MARUYAMA -
r6615:3516cea1d689
parent child
Show More
@@ -164,8 +164,7 class ChangesetTest < ActiveSupport::TestCase
164 164 :committed_on => Time.now,
165 165 :comments => '[#1 #2, #3] Worked on these',
166 166 :revision => '12345')
167 c.scan_comment_for_issue_ids
168
167 assert c.save
169 168 assert_equal [1,2,3], c.issue_ids.sort
170 169 end
171 170
General Comments 0
You need to be logged in to leave comments. Login now