TestUtils.assertRelativelyEquals() generates misleading error on failure
------------------------------------------------------------------------
Key: MATH-292
URL: https://issues.apache.org/jira/browse/MATH-292
Project: Commons Math
Issue Type: Bug
Affects Versions: 2.0
Reporter: Sebb
TestUtils.assertRelativelyEquals() generates misleading error on failure.
For example:
TestUtils.assertRelativelyEquals(1.0, 0.10427661385154971, 1.0e-9)
generates the error message:
junit.framework.AssertionFailedError: expected:<0.0> but
was:<0.8957233861484503>
which is not very helpful.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.