Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a regression test | John Wiegley | 2012-11-12 | 1 | -10/+10 |
| | |||||
* | Merge pull request #92 from kljohann/bugs.bucket | John Wiegley | 2012-10-25 | 1 | -0/+15 |
|\ | | | | | fix bucket directive (bug 765) | ||||
| * | fix bucket directive (bug 765) | Johann Klähn | 2012-10-23 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | This was caused by both 'A' and 'bucket' using default_account_directive. This function was still stripping the 'A' directive, so the first character of the account name used with 'bucket' was cut off. Maybe the code for the other directives should be changed accordingly for consistency (put line + 1 in call instead of function). | ||||
* | | provide immediate feedback in test runner | Johann Klähn | 2012-10-22 | 1 | -0/+2 |
|/ | |||||
* | fix test runner if filename is specified | Johann Klähn | 2012-10-18 | 1 | -2/+4 |
| | | | | | | | | | If the command line switch "-f" is used the test runner will not pass the file name of the test file to ledger. The line "test -f /dev/null" as used in test/baseline/cmd-convert.test did not work as intended before this. Also using "-f - " did not work as "$ledger" was noti prepended to the command. | ||||
* | fix account mapping in csv conversion | Johann Klähn | 2012-10-18 | 2 | -0/+31 |
| | | | | | | | By using payees_for_unknown_accounts instead of account_mappings in csv.cc ledger will have the same behaviour as in `ledger -f - print` in that it uses payee fields in account directives to rewrite the account. | ||||
* | Rounding is different for balance totals vs. postings when using posting costs. | Bradley M. Kuhn | 2012-09-30 | 2 | -0/+30 |
| | | | | | | | | | | 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. | ||||
* | Running totals on a report including automated transactions are computed ↵ | Paolo Capriotti | 2012-09-30 | 1 | -0/+17 |
| | | | | | | with extra precision, resulting in balances differing from the sum of their components. | ||||
* | Always store absolute paths internally | John Wiegley | 2012-08-02 | 3 | -23/+23 |
| | |||||
* | Enable the baseline and manual tests | John Wiegley | 2012-05-20 | 3 | -3/+30 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 3 | -0/+52 |
| | |||||
* | Fixed a test that was unknowingly time-based | John Wiegley | 2012-05-18 | 1 | -4/+4 |
| | |||||
* | Fixes so that tests can run under distcheck | John Wiegley | 2012-04-25 | 2 | -6/+6 |
| | |||||
* | Resolve some issues with proof builds | John Wiegley | 2012-04-15 | 2 | -3/+4 |
| | |||||
* | Allow --invert to work with --monthly | John Wiegley | 2012-04-06 | 1 | -0/+7 |
| | | | | Fixes #770 | ||||
* | Added a test harness error diagnostic | John Wiegley | 2012-03-30 | 2 | -0/+4 |
| | |||||
* | Simplify feat-option_py.test | John Wiegley | 2012-03-30 | 1 | -2/+2 |
| | |||||
* | Fix to Python value() method handling | John Wiegley | 2012-03-30 | 2 | -0/+42 |
| | |||||
* | Added another Python support regression test | John Wiegley | 2012-03-30 | 3 | -0/+56 |
| | |||||
* | Added the first Python support regression test | John Wiegley | 2012-03-30 | 3 | -0/+11 |
| | |||||
* | Never price commodities using annotated commodities | John Wiegley | 2012-03-30 | 1 | -10/+10 |
| | |||||
* | Add a regression test | Martin Michlmayr | 2012-03-29 | 1 | -0/+13 |
| | |||||
* | Removed the cmd-emacs baseline test | John Wiegley | 2012-03-29 | 1 | -18/+0 |
| | | | | The time issue causes too many false positives. | ||||
* | Add more tests | Martin Michlmayr | 2012-03-27 | 3 | -0/+55 |
| | |||||
* | Fix some tests not to be time-sensitive | Martin Michlmayr | 2012-03-27 | 2 | -8/+8 |
| | |||||
* | Add more baseline tests. | Martin Michlmayr | 2012-03-25 | 6 | -1/+139 |
| | |||||
* | Add more baseline tests | Martin Michlmayr | 2012-03-25 | 12 | -4/+583 |
| | |||||
* | Add more baseline tests | Martin Michlmayr | 2012-03-25 | 2 | -0/+105 |
| | |||||
* | Add more baseline tests | Martin Michlmayr | 2012-03-25 | 13 | -0/+325 |
| | |||||
* | Improve baseline/cmd-payees.test | Martin Michlmayr | 2012-03-25 | 1 | -0/+6 |
| | |||||
* | Fixed sorting of equity output | John Wiegley | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | Fixed output order in opt-equity.test | John Wiegley | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | Add more baseline tests | Martin Michlmayr | 2012-03-23 | 3 | -0/+110 |
| | |||||
* | Add test case for bug #379 | Martin Michlmayr | 2012-03-23 | 1 | -5/+54 |
| | |||||
* | Fixed cmd-emacs.test | John Wiegley | 2012-03-23 | 1 | -3/+3 |
| | |||||
* | Allow use of $FILE in stdout checks | John Wiegley | 2012-03-23 | 1 | -3/+2 |
| | |||||
* | Add more baseline tests | Martin Michlmayr | 2012-03-23 | 6 | -0/+270 |
| | |||||
* | Fixed an interaction with equity and virtual accounts | John Wiegley | 2012-03-22 | 1 | -0/+24 |
| | | | | Fixes #686 | ||||
* | Renamed F32DBEF1.test to CEECC0B0.test | John Wiegley | 2012-03-22 | 1 | -0/+0 |
| | |||||
* | Simply regression tests by using $FILE | Martin Michlmayr | 2012-03-22 | 5 | -5/+5 |
| | |||||
* | Add more test cases | Martin Michlmayr | 2012-03-22 | 6 | -0/+70 |
| | |||||
* | Add more regression tests | Martin Michlmayr | 2012-03-22 | 9 | -0/+298 |
| | |||||
* | Add some regression tests | Martin Michlmayr | 2012-03-22 | 8 | -0/+106 |
| | |||||
* | Fix problems with <Adjustment> postings | John Wiegley | 2012-03-20 | 1 | -1/+0 |
| | |||||
* | Strip annotations in display_filter_posts | John Wiegley | 2012-03-20 | 2 | -2/+51 |
| | | | | Fixes #718 | ||||
* | Added regression test for A560FDAD | John Wiegley | 2012-03-19 | 1 | -0/+36 |
| | |||||
* | Corrected an uninitialized memory bug | John Wiegley | 2012-03-19 | 1 | -1/+4 |
| | |||||
* | Added regression test | John Wiegley | 2012-03-19 | 1 | -0/+57 |
| | |||||
* | Allow --input-date-format to specify separators | John Wiegley | 2012-03-19 | 1 | -0/+17 |
| | | | | Fixes #650 | ||||
* | More improvements to nail_down; fixes #715 | John Wiegley | 2012-03-19 | 1 | -0/+17 |
| |