@@ -173,8 +173,7 class ChangesetTest < ActiveSupport::TestCase | |||
|
173 | 173 | :committed_on => Time.now, |
|
174 | 174 | :comments => 'refs #5, a subproject issue', |
|
175 | 175 | :revision => '12345') |
|
176 | c.scan_comment_for_issue_ids | |
|
177 | ||
|
176 | assert c.save | |
|
178 | 177 | assert_equal [5], c.issue_ids.sort |
|
179 | 178 | assert c.issues.first.project != c.project |
|
180 | 179 | end |
General Comments 0
You need to be logged in to leave comments.
Login now