Merged r10477 from trunk
set default_language en at test_commit_closing_a_subproject_issue of unit changeset test. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.1-stable@10481 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
35584bc53a
commit
8ecfd1dcf8
|
@ -179,7 +179,8 @@ class ChangesetTest < ActiveSupport::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_commit_closing_a_subproject_issue
|
def test_commit_closing_a_subproject_issue
|
||||||
with_settings :commit_fix_status_id => 5, :commit_fix_keywords => 'closes' do
|
with_settings :commit_fix_status_id => 5, :commit_fix_keywords => 'closes',
|
||||||
|
:default_language => 'en' do
|
||||||
issue = Issue.find(5)
|
issue = Issue.find(5)
|
||||||
assert !issue.closed?
|
assert !issue.closed?
|
||||||
assert_difference 'Journal.count' do
|
assert_difference 'Journal.count' do
|
||||||
|
|
Loading…
Reference in New Issue