Actions
Patch #37451
closedAdd missing fixture versions to IssuesPdfHelperTest
Description
IssuesPdfHelperTest randomly fails due to a missing fixture.
$ RAILS_ENV=test bin/rake db:reset
Dropped database 'db/test.sqlite3'
Created database 'db/test.sqlite3'
$ bin/rails test test/unit/lib/redmine/export/pdf/issues_pdf_test.rb:40
Run options: --seed 27822
# Running:
E
Error:
IssuesPdfHelperTest#test_fetch_row_values_should_be_able_to_handle_parent_issue_subject:
ActiveRecord::RecordInvalid: Validation failed: Target version is not included in the list
test/unit/lib/redmine/export/pdf/issues_pdf_test.rb:45:in `test_fetch_row_values_should_be_able_to_handle_parent_issue_subject'
rails test test/unit/lib/redmine/export/pdf/issues_pdf_test.rb:40
Files
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix.
Updated by Go MAEDA over 3 years ago
- Subject changed from Add missing fixture to IssuesPdfHelperTest to Add missing fixture versions to IssuesPdfHelperTest
Actions