redmine_tags icon indicating copy to clipboard operation
redmine_tags copied to clipboard

Failing IssuesPdfHelperTest#test_fetch_row_values_should_round_float_values

Open martincizek opened this issue 4 years ago • 0 comments

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"]

[...]

martincizek avatar Apr 27 '21 23:04 martincizek