use English in test (#18276)

git-svn-id: http://svn.redmine.org/redmine/trunk@13559 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2014-11-04 23:43:17 +00:00
parent bc3bd8aff2
commit 6bb699d65f

View File

@@ -1417,6 +1417,7 @@ class QueryTest < ActiveSupport::TestCase
end
def test_query_column_should_accept_a_symbol_as_caption
set_language_if_valid 'en'
c = QueryColumn.new('foo', :caption => :general_text_Yes)
assert_equal 'Yes', c.caption
end