mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 05:45:49 +01:00
Update Rails to 5.2.3 (#31113).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18028 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1350,7 +1350,7 @@ class TimelogControllerTest < Redmine::ControllerTest
|
||||
with_settings :date_format => '%m/%d/%Y' do
|
||||
get :index, :params => {:format => 'csv'}
|
||||
assert_response :success
|
||||
assert_equal 'text/csv; header=present', response.content_type
|
||||
assert_equal 'text/csv', response.content_type
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1358,7 +1358,7 @@ class TimelogControllerTest < Redmine::ControllerTest
|
||||
with_settings :date_format => '%m/%d/%Y' do
|
||||
get :index, :params => {:project_id => 1, :format => 'csv'}
|
||||
assert_response :success
|
||||
assert_equal 'text/csv; header=present', response.content_type
|
||||
assert_equal 'text/csv', response.content_type
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user