@@ -144,8 +144,7 class ChangesetTest < ActiveSupport::TestCase | |||
|
144 | 144 | :committed_on => Time.now, |
|
145 | 145 | :comments => '#1 is the reason of this commit', |
|
146 | 146 | :revision => '12345') |
|
147 | c.scan_comment_for_issue_ids | |
|
148 | ||
|
147 | assert c.save | |
|
149 | 148 | assert_equal [1], c.issue_ids.sort |
|
150 | 149 | end |
|
151 | 150 |
General Comments 0
You need to be logged in to leave comments.
Login now