@@ -171,7 +171,8 class ChangesetTest < ActiveSupport::TestCase | |||
|
171 | 171 | def test_commit_referencing_a_subproject_issue |
|
172 | 172 | c = Changeset.new(:repository => Project.find(1).repository, |
|
173 | 173 | :committed_on => Time.now, |
|
174 |
:comments => 'refs #5, a subproject issue' |
|
|
174 | :comments => 'refs #5, a subproject issue', | |
|
175 | :revision => '12345') | |
|
175 | 176 | c.scan_comment_for_issue_ids |
|
176 | 177 | |
|
177 | 178 | assert_equal [5], c.issue_ids.sort |
General Comments 0
You need to be logged in to leave comments.
Login now