summaryrefslogtreecommitdiff
path: root/test/regress/C0212EAC.test
Commit message (Collapse)AuthorAgeFilesLines
* Update tests for fix for bug #713Martin Michlmayr2014-07-141-3/+0
| | | | | | | 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.
* Changed testing format to aid with debuggingJohn Wiegley2011-02-121-3/+3
|
* If fixated price commodities are mixed, show themJohn Wiegley2010-06-201-0/+33
For example, if a Ledger file contains transactions with the use of both EUR and EUR {=PRICE}, then regular reports will always show the {=PRICE}, disabling the by-name commodity merging that takes place. In brief, fixated and non-fixated commodities are now non-mergable. If a file contains all of one, or all of the other, they will still be merged, since these separate usages do not conflict the way that fixated and non-fixated together do.