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
Actions