@@ -65,10 +65,10 class ChangesetTest < ActiveSupport::TestCase | |||
|
65 | 65 | def test_ref_keywords_any_only |
|
66 | 66 | Setting.commit_ref_keywords = '*' |
|
67 | 67 | Setting.commit_fix_keywords = '' |
|
68 | ||
|
69 | 68 | c = Changeset.new(:repository => Project.find(1).repository, |
|
70 | 69 | :committed_on => Time.now, |
|
71 |
:comments => 'Ignores #2. Refs #1' |
|
|
70 | :comments => 'Ignores #2. Refs #1', | |
|
71 | :revision => '12345') | |
|
72 | 72 | c.scan_comment_for_issue_ids |
|
73 | 73 | |
|
74 | 74 | assert_equal [1, 2], c.issue_ids.sort |
General Comments 0
You need to be logged in to leave comments.
Login now