mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Set default language in import tests (#22951).
git-svn-id: http://svn.redmine.org/redmine/trunk@15511 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
246368a090
commit
50a46c3515
@ -32,6 +32,10 @@ class IssueImportTest < ActiveSupport::TestCase
|
|||||||
:custom_fields_projects,
|
:custom_fields_projects,
|
||||||
:custom_fields_trackers
|
:custom_fields_trackers
|
||||||
|
|
||||||
|
def setup
|
||||||
|
set_language_if_valid 'en'
|
||||||
|
end
|
||||||
|
|
||||||
def test_create_versions_should_create_missing_versions
|
def test_create_versions_should_create_missing_versions
|
||||||
import = generate_import_with_mapping
|
import = generate_import_with_mapping
|
||||||
import.mapping.merge!('fixed_version' => '9', 'create_versions' => '1')
|
import.mapping.merge!('fixed_version' => '9', 'create_versions' => '1')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user