##// END OF EJS Templates
scm: use save instead of scan_comment_for_issue_ids at test_commit_referencing_a_subproject_issue of unit changeset test....
Toshi MARUYAMA -
r6617:707ea877eb55
parent child
Show More
@@ -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