mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Remove trailing whitespaces from test/functional/imports_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18148 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
51224f2519
commit
d972d02021
@ -175,7 +175,7 @@ class ImportsControllerTest < Redmine::ControllerTest
|
||||
:mapping => {
|
||||
:project_id => '1',
|
||||
:tracker_id => '2',
|
||||
:subject => '0'}
|
||||
:subject => '0'}
|
||||
}
|
||||
}
|
||||
assert_redirected_to "/imports/#{import.to_param}/run"
|
||||
@ -186,7 +186,7 @@ class ImportsControllerTest < Redmine::ControllerTest
|
||||
assert_equal '2', mapping['tracker_id']
|
||||
assert_equal '0', mapping['subject']
|
||||
end
|
||||
|
||||
|
||||
def test_get_run
|
||||
import = generate_import_with_mapping
|
||||
|
||||
@ -196,7 +196,7 @@ class ImportsControllerTest < Redmine::ControllerTest
|
||||
assert_response :success
|
||||
assert_select '#import-progress'
|
||||
end
|
||||
|
||||
|
||||
def test_post_run_should_import_the_file
|
||||
import = generate_import_with_mapping
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user