summaryrefslogtreecommitdiff
path: root/test/regress/CAE63F5C-b.test
Commit message (Collapse)AuthorAgeFilesLines
* Update tests for fix for bug #713Martin Michlmayr2014-07-141-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.
* Rounding is different for balance totals vs. postings when using posting costs.Bradley M. Kuhn2012-09-301-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.