TestFieldsOfBigDecimal fails when the expected and actual values are arithmetically identical but differ in scale.
Fix is to use compareTo() instead of equals().
Description
TestFieldsOfBigDecimal fails when the expected and actual values are arithmetically identical but differ in scale.
Fix is to use compareTo() instead of equals().