Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests for fix for bug #713 | Martin Michlmayr | 2014-07-14 | 1 | -2/+1 |
| | | | | | | | John's fix for bug #713 changes the way basis cost are calculated. The patch also fixes #712, which caused ledger to create automatic Equity:Capital Gains that were not correct. Update the test cases accordingly after verifying the new output. | ||||
* | Get the unit tests passing again | John Wiegley | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Rounding is different for balance totals vs. postings when using posting costs. | Bradley M. Kuhn | 2012-09-30 | 1 | -0/+15 |
test/regress/CAE63F5C-b.test and test/regress/CAE63F5C-c.test should both pass, but test/regress/CAE63F5C-c.test does not, because the total line of $6.46 is rounded wrong; it should be $6.45. There seems to be different rounding occurring for totals vs. postings. This seems to be related to Bug #492. |