Browse Source

use English in test (#18276)

git-svn-id: http://svn.redmine.org/redmine/trunk@13559 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.0.0
Toshi MARUYAMA 9 years ago
parent
commit
6bb699d65f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      test/unit/query_test.rb

+ 1
- 0
test/unit/query_test.rb 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

Loading…
Cancel
Save