Bug #3
Most BigDecimal specs assume the default mode
| Status : | New | Start : | 05/10/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
Description
Most of BigDecimal specs assume the default precision/rounding mode, but there is that evil BigDecimal#mode method that could change that.
We need to adjust the specs to handle all the modes.
That means that most of the specs would need to be adjusted/updated to handle multiple modes.
(with emphasis on default mode, maybe).
