mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 07:25:30 +02: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:
@@ -32,6 +32,10 @@ class IssueImportTest < ActiveSupport::TestCase
|
||||
:custom_fields_projects,
|
||||
:custom_fields_trackers
|
||||
|
||||
def setup
|
||||
set_language_if_valid 'en'
|
||||
end
|
||||
|
||||
def test_create_versions_should_create_missing_versions
|
||||
import = generate_import_with_mapping
|
||||
import.mapping.merge!('fixed_version' => '9', 'create_versions' => '1')
|
||||
|
||||
Reference in New Issue
Block a user