@@ -179,7 +179,8 class ChangesetTest < ActiveSupport::TestCase | |||
|
179 | 179 | end |
|
180 | 180 | |
|
181 | 181 | def test_commit_closing_a_subproject_issue |
|
182 |
with_settings :commit_fix_status_id => 5, :commit_fix_keywords => 'closes' |
|
|
182 | with_settings :commit_fix_status_id => 5, :commit_fix_keywords => 'closes', | |
|
183 | :default_language => 'en' do | |
|
183 | 184 | issue = Issue.find(5) |
|
184 | 185 | assert !issue.closed? |
|
185 | 186 | assert_difference 'Journal.count' do |
General Comments 0
You need to be logged in to leave comments.
Login now