scm: add dummy revision at test_ref_keywords_any of unit changeset test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6718 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
38ba617f99
commit
21dd3e39ec
@ -41,7 +41,8 @@ class ChangesetTest < ActiveSupport::TestCase
|
|||||||
|
|
||||||
c = Changeset.new(:repository => Project.find(1).repository,
|
c = Changeset.new(:repository => Project.find(1).repository,
|
||||||
:committed_on => Time.now,
|
:committed_on => Time.now,
|
||||||
:comments => 'New commit (#2). Fixes #1')
|
:comments => 'New commit (#2). Fixes #1',
|
||||||
|
:revision => '12345')
|
||||||
c.scan_comment_for_issue_ids
|
c.scan_comment_for_issue_ids
|
||||||
|
|
||||||
assert_equal [1, 2], c.issue_ids.sort
|
assert_equal [1, 2], c.issue_ids.sort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user