Project

General

Profile

Actions

Defect #32525

closed

CSV related tests fail with Rails 5.2.4

Added by Go MAEDA over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Rails support
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

22 CSV related tests fail with Rails 5.2.4.

Failure:
TimelogControllerTest#test_index_csv_all_projects [/Users/maeda/redmines/redmine-trunk/test/functional/timelog_controller_test.rb:1386]:
Expected: "text/csv" 
  Actual: "text/csv; header=present" 

bin/rails test test/functional/timelog_controller_test.rb:1382
.
.
.
diff --git a/Gemfile b/Gemfile
index ec61c6950..25da95c7e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'

 gem "bundler", ">= 1.5.0" 

-gem "rails", "5.2.3" 
+gem "rails", "5.2.4" 
 gem "rouge", "~> 3.13.0" 
 gem "request_store", "1.0.5" 
 gem "mini_mime", "~> 1.0.1" 

Files

32525.patch (8.86 KB) 32525.patch Go MAEDA, 2019-11-29 16:09

Related issues

Related to Redmine - Feature #32526: Update Rails to 5.2.4.1ClosedGo MAEDA

Actions
Actions

Also available in: Atom PDF