##// END OF EJS Templates
Set locale for error messages....
Jean-Philippe Lang -
r13390:49fdc5556bc3
parent child
Show More
@@ -31,6 +31,10 class IssueTest < ActiveSupport::TestCase
31
31
32 include Redmine::I18n
32 include Redmine::I18n
33
33
34 def setup
35 set_language_if_valid 'en'
36 end
37
34 def teardown
38 def teardown
35 User.current = nil
39 User.current = nil
36 end
40 end
General Comments 0
You need to be logged in to leave comments. Login now