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