]> source.dussan.org Git - redmine.git/commitdiff
Include required module (#22951).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 11 Jun 2016 07:58:24 +0000 (07:58 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 11 Jun 2016 07:58:24 +0000 (07:58 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15512 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/issue_import_test.rb

index 61a0d3a9f4e60aa6e0e7449358a3f8f47aa8df40..9f238cafef67432a309fa977818dfcc262d9a2f8 100644 (file)
@@ -32,6 +32,8 @@ class IssueImportTest < ActiveSupport::TestCase
            :custom_fields_projects,
            :custom_fields_trackers
 
+  include Redmine::I18n
+
   def setup
     set_language_if_valid 'en'
   end