@@ -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