redmine_tags
redmine_tags copied to clipboard
Failing IssuesPdfHelperTest#test_fetch_row_values_should_round_float_values
When I run Redmine tests with redmine_tags installed, the error below is reported by IssuesPdfHelperTest#test_fetch_row_values_should_round_float_values.
The same test passes after removing redmine_tags. As it does not look like anything tag-related, it's probably an unintended side effect.
$ ruby test/unit/lib/redmine/export/pdf/issues_pdf_test.rb
[...]
Failure:
IssuesPdfHelperTest#test_fetch_row_values_should_round_float_values [test/unit/lib/redmine/export/pdf/issues_pdf_test.rb:37]:
--- expected
+++ actual
@@ -1 +1 @@
-["2", "Add ingredients categories", "4.34"]
+["2", "Add ingredients categories", "4.3432"]
[...]