mirror of
https://github.com/redmine/redmine.git
synced 2026-02-04 05:39:58 +01:00
Test failure (#24865).
git-svn-id: http://svn.redmine.org/redmine/trunk@16222 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -89,7 +89,7 @@ class QueriesHelperTest < Redmine::HelperTest
|
||||
]
|
||||
|
||||
with_locale 'fr' do
|
||||
csv = query_to_csv(issues, IssueQuery.new, :columns => 'all')
|
||||
csv = query_to_csv(issues, IssueQuery.new(:column_names => ['id', "cf_#{f.id}"]))
|
||||
assert_include "Oui", csv
|
||||
assert_include "Non", csv
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user