mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
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:
parent
bc3bd8aff2
commit
6bb699d65f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user