##// END OF EJS Templates
use English in test (#18276)...
Toshi MARUYAMA -
r13177:6bb699d65fe0
parent child
Show More
@@ -1417,6 +1417,7 class QueryTest < ActiveSupport::TestCase
1417 end
1417 end
1418
1418
1419 def test_query_column_should_accept_a_symbol_as_caption
1419 def test_query_column_should_accept_a_symbol_as_caption
1420 set_language_if_valid 'en'
1420 c = QueryColumn.new('foo', :caption => :general_text_Yes)
1421 c = QueryColumn.new('foo', :caption => :general_text_Yes)
1421 assert_equal 'Yes', c.caption
1422 assert_equal 'Yes', c.caption
1422 end
1423 end
General Comments 0
You need to be logged in to leave comments. Login now