Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the 'org' command, which was always a hack to begin with | John Wiegley | 2019-03-15 | 1 | -28/+0 |
| | |||||
* | Corrections to opt-lots.test | John Wiegley | 2019-03-15 | 1 | -1495/+1495 |
| | |||||
* | Add support for --prepend-format in accounts command | Michael Budde | 2018-01-25 | 2 | -0/+10 |
| | | | | | Add support for the `--prepend-format` and `--prepend-width` options in the `accounts` command. | ||||
* | typo in docs | Alexander Pletnev | 2017-01-27 | 1 | -1/+1 |
| | | | | fix test | ||||
* | Update cmd-tags.test for fix for bug #1043 | Martin Michlmayr | 2016-11-12 | 1 | -0/+3 |
| | |||||
* | Add test for --color option | thdox | 2016-10-27 | 1 | -0/+11 |
| | |||||
* | Add another test to opt-force-color.test | thdox | 2016-10-27 | 1 | -0/+8 |
| | | | | | To verify that no ANSI color codes are printed when the --force-color option is not set. | ||||
* | --force-color is now tested in CheckBaselinetests.py | thdox | 2016-10-27 | 1 | -0/+0 |
| | |||||
* | --force-color does not require anymore --color. | thdox | 2016-10-27 | 1 | -1/+1 |
| | | | | This was reported as Bug #1109 | ||||
* | Fix Bug 1147: Check balance assertions against the amount AFTER | Mitchell Kember | 2016-03-22 | 2 | -3/+3 |
| | |||||
* | Rename feat-fixated-prices_2.test to dir-fixed.test | thdox | 2015-08-08 | 1 | -0/+0 |
| | | | | For consistency as this is a directive. | ||||
* | Whitespace fix for cmd-convert.test | thdox | 2015-07-31 | 1 | -2/+2 |
| | |||||
* | Revert "Disable three tests preventing Jenkins from succeeding" | thdox | 2015-07-31 | 2 | -0/+0 |
| | | | | This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749. | ||||
* | [tests] Fix typo in --cleared option baseline test | Alexis Hildebrandt | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Fix description | Martin Michlmayr | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | Add test for --value-expr | Martin Michlmayr | 2015-07-30 | 1 | -0/+48 |
| | | | | | | See John's email "A solution to the commodity pricing problem" on how this works: https://groups.google.com/forum/#!topic/ledger-cli/gpOW50XtCTo | ||||
* | Add test for --no-rounding | Martin Michlmayr | 2015-07-30 | 1 | -0/+81 |
| | |||||
* | [tests] Add baseline test for --cleared-format | Alexis Hildebrandt | 2015-07-30 | 1 | -0/+20 |
| | |||||
* | [tests] Remove empty baseline test files. | Alexis Hildebrandt | 2015-07-29 | 4 | -0/+0 |
| | | | | | | | | The --generated and --verify-memory options are already ignored by CheckBaselineTests.py The --no-pager and --no-rounding options currently fail and need a proper baseline test or be ignored in CheckBaselineTests.py. | ||||
* | Add baseline test for --no-revalued option | Martin Michlmayr | 2015-07-28 | 1 | -0/+58 |
| | |||||
* | Improve --explicit test case | Martin Michlmayr | 2015-07-28 | 1 | -6/+8 |
| | | | | | | Since --explicit tells ledger to require pre-declarations to establish "known-ness" (rather than taking it from cleared transactions), make sure the transactions are cleared. | ||||
* | Merge pull request #396 from thdox/auto-match | Alexis Hildebrandt | 2015-02-24 | 1 | -3/+44 |
|\ | | | | | Fix Auto match | ||||
| * | Update test for --auto-match option. | thdox | 2015-02-22 | 1 | -3/+44 |
| | | |||||
* | | Merge pull request #401 from thdox/baseline-tests | Alexis Hildebrandt | 2015-02-24 | 6 | -0/+39 |
|\ \ | | | | | | | Improve baseline tests | ||||
| * | | Add baseline test for --price-db option. | thdox | 2015-02-24 | 2 | -0/+10 |
| | | | |||||
| * | | Add baseline test for --script option. | thdox | 2015-02-24 | 2 | -0/+18 |
| | | | |||||
| * | | Add baseline test for --init-file option. | thdox | 2015-02-24 | 2 | -0/+11 |
| |/ | |||||
* / | Fix alignment of cleared-format with 4 spaces as separator. | thdox | 2015-02-23 | 1 | -1/+1 |
|/ | |||||
* | Improve documentation about --rich-data. | thdox | 2015-02-21 | 1 | -0/+10 |
| | | | | | Conflicts: doc/ledger.1 | ||||
* | Rename file from test/regress/634AA589.test to | thdox | 2015-01-22 | 1 | -0/+19 |
| | | | | | test/baseline/opt-permissive.test. Actually 634AA589 is the initial commit that created permissive option. | ||||
* | [doc] Add CheckTests to ctest | Alexis Hildebrandt | 2015-01-15 | 2 | -0/+16 |
| | | | | | | | to check whether all available ledger options documented and are being tested. Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Fix crash when using --trace 10 or above | Alexis Hildebrandt | 2014-12-23 | 1 | -0/+15 |
| | | | | | uint8_t is typedef'd to char, thus boost::lexical_cast treats it as such instead of a number. | ||||
* | Add --actual-dates tests | tripun | 2014-08-12 | 1 | -0/+18 |
| | |||||
* | Add test for primary-date option | tripun | 2014-08-12 | 1 | -0/+81 |
| | |||||
* | removing test with reg --lot-prices --equity until issue is fixed | tripun | 2014-08-10 | 1 | -13/+0 |
| | |||||
* | add test for --equity | tripun | 2014-08-10 | 1 | -0/+62 |
| | |||||
* | Rename test since the equity command is being tested, not the option | Martin Michlmayr | 2014-08-10 | 1 | -0/+0 |
| | |||||
* | Define payees to get rid of trailing whitespace | Martin Michlmayr | 2014-08-10 | 1 | -10/+10 |
| | |||||
* | Fix minor whitespace issues | Martin Michlmayr | 2014-08-10 | 3 | -7/+7 |
| | |||||
* | fixed --rich-data test | tripun | 2014-08-10 | 1 | -6/+6 |
| | |||||
* | add test for --datetime-format | tripun | 2014-08-10 | 1 | -0/+22 |
| | |||||
* | add test for --time-colon | tripun | 2014-08-10 | 1 | -0/+45 |
| | |||||
* | add test for --time-report | tripun | 2014-08-10 | 1 | -0/+44 |
| | |||||
* | add test for --immediate | tripun | 2014-08-10 | 1 | -0/+32 |
| | |||||
* | add test for alternative of tail, i.e last | tripun | 2014-08-10 | 1 | -0/+14 |
| | |||||
* | add test for --date expr | tripun | 2014-08-10 | 1 | -0/+50 |
| | |||||
* | add tests for --detail and --rich-data | tripun | 2014-08-10 | 1 | -0/+32 |
| | |||||
* | add alternative for --head , i.e --first | tripun | 2014-08-10 | 1 | -0/+14 |
| | |||||
* | added test for alternatives of --gain , i.e --change and -G | tripun | 2014-08-10 | 1 | -1/+10 |
| | |||||
* | add test for --dc | tripun | 2014-08-10 | 1 | -0/+22 |
| |