##// END OF EJS Templates
scm: add dummy revision at test_commit_referencing_a_subproject_issue of unit changeset test....
Toshi MARUYAMA -
r6616:73c8ef296be5
parent child
Show More
@@ -171,7 +171,8 class ChangesetTest < ActiveSupport::TestCase
171 def test_commit_referencing_a_subproject_issue
171 def test_commit_referencing_a_subproject_issue
172 c = Changeset.new(:repository => Project.find(1).repository,
172 c = Changeset.new(:repository => Project.find(1).repository,
173 :committed_on => Time.now,
173 :committed_on => Time.now,
174 :comments => 'refs #5, a subproject issue')
174 :comments => 'refs #5, a subproject issue',
175 :revision => '12345')
175 c.scan_comment_for_issue_ids
176 c.scan_comment_for_issue_ids
176
177
177 assert_equal [5], c.issue_ids.sort
178 assert_equal [5], c.issue_ids.sort
General Comments 0
You need to be logged in to leave comments. Login now