Actions
Defect #28233
closedIssuesPdfHelperTest fails when run in isolation
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The IssuesPdfHelperTest
test fails, when starting it in isolation. It's missing the neccessary fixture definitions. Depending on the random test order, this might also lead to errors, when running the whole test suite.
Steps to reproduce:
RAILS_ENV=test rake db:drop db:create rake db:test:prepare ruby -Itest test/unit/lib/redmine/export/pdf/issues_pdf_test.rb
The attached patch adds the required fixture declarations and fixes the test failure.
Files
Related issues
Updated by Marius BĂLTEANU almost 7 years ago
- Related to Defect #12510: Issues PDF export: Spent time/Float-values aren't rounded to 2 digits added
Updated by Marius BĂLTEANU almost 7 years ago
Thanks Gregor for finding and fixing this issue.
Updated by Go MAEDA over 6 years ago
- Category set to PDF export
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed as r17212. Thank you.
Actions