Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected an uninitialized memory bug | John Wiegley | 2012-03-19 | 1 | -1/+4 |
| | |||||
* | Passing --verify to regression tests uses valgrind | John Wiegley | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | libgmalloc is no longer available on OS X Lion | John Wiegley | 2012-03-17 | 1 | -9/+9 |
| | |||||
* | Look for valgrind in /opt/local/bin also | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Added LedgerHarness.py, to simplify test creation | John Wiegley | 2009-02-28 | 1 | -0/+3 |
| | |||||
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -0/+15 |
This way, if the running total is off by a penny or two due to rounding of one or more commodities in the account, the user will see it. This commit also reorganizes the testing code a bit, which I did after adding the ninth test series (ConfirmTests), to validate the new rounding code. |