summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/repository_test.rb')
-rw-r--r--test/unit/repository_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/repository_test.rb b/test/unit/repository_test.rb
index 47230cf56..6d4073c79 100644
--- a/test/unit/repository_test.rb
+++ b/test/unit/repository_test.rb
@@ -66,6 +66,8 @@ class RepositoryTest < Test::Unit::TestCase
end
def test_scan_changesets_for_issue_ids
+ Setting.default_language = 'en'
+
# choosing a status to apply to fix issues
Setting.commit_fix_status_id = IssueStatus.find(:first, :conditions => ["is_closed = ?", true]).id
Setting.commit_fix_done_ratio = "90"