summaryrefslogtreecommitdiff
path: root/test/baseline
Commit message (Collapse)AuthorAgeFilesLines
* Add test for --no-roundingMartin Michlmayr2015-07-301-0/+81
|
* [tests] Add baseline test for --cleared-formatAlexis Hildebrandt2015-07-301-0/+20
|
* [tests] Remove empty baseline test files.Alexis Hildebrandt2015-07-294-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 optionMartin Michlmayr2015-07-281-0/+58
|
* Improve --explicit test caseMartin Michlmayr2015-07-281-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-matchAlexis Hildebrandt2015-02-241-3/+44
|\ | | | | Fix Auto match
| * Update test for --auto-match option.thdox2015-02-221-3/+44
| |
* | Merge pull request #401 from thdox/baseline-testsAlexis Hildebrandt2015-02-246-0/+39
|\ \ | | | | | | Improve baseline tests
| * | Add baseline test for --price-db option.thdox2015-02-242-0/+10
| | |
| * | Add baseline test for --script option.thdox2015-02-242-0/+18
| | |
| * | Add baseline test for --init-file option.thdox2015-02-242-0/+11
| |/
* / Fix alignment of cleared-format with 4 spaces as separator.thdox2015-02-231-1/+1
|/
* Improve documentation about --rich-data.thdox2015-02-211-0/+10
| | | | | Conflicts: doc/ledger.1
* Rename file from test/regress/634AA589.test tothdox2015-01-221-0/+19
| | | | | test/baseline/opt-permissive.test. Actually 634AA589 is the initial commit that created permissive option.
* [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-152-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 aboveAlexis Hildebrandt2014-12-231-0/+15
| | | | | uint8_t is typedef'd to char, thus boost::lexical_cast treats it as such instead of a number.
* Add --actual-dates teststripun2014-08-121-0/+18
|
* Add test for primary-date optiontripun2014-08-121-0/+81
|
* removing test with reg --lot-prices --equity until issue is fixedtripun2014-08-101-13/+0
|
* add test for --equitytripun2014-08-101-0/+62
|
* Rename test since the equity command is being tested, not the optionMartin Michlmayr2014-08-101-0/+0
|
* Define payees to get rid of trailing whitespaceMartin Michlmayr2014-08-101-10/+10
|
* Fix minor whitespace issuesMartin Michlmayr2014-08-103-7/+7
|
* fixed --rich-data testtripun2014-08-101-6/+6
|
* add test for --datetime-formattripun2014-08-101-0/+22
|
* add test for --time-colontripun2014-08-101-0/+45
|
* add test for --time-reporttripun2014-08-101-0/+44
|
* add test for --immediatetripun2014-08-101-0/+32
|
* add test for alternative of tail, i.e lasttripun2014-08-101-0/+14
|
* add test for --date exprtripun2014-08-101-0/+50
|
* add tests for --detail and --rich-datatripun2014-08-101-0/+32
|
* add alternative for --head , i.e --firsttripun2014-08-101-0/+14
|
* added test for alternatives of --gain , i.e --change and -Gtripun2014-08-101-1/+10
|
* add test for --dctripun2014-08-101-0/+22
|
* Regenerate tests for fix for bug #713Martin Michlmayr2014-07-145-1799/+639
| | | | | | | | | | | | | | | | | | | | | | | | | The fix for bug #713 changes the way capital gains as well as basis costs are shown. All of these tests use the same input file, which includes capital gains and losses. The tests are too long to update and verify manually but I verified some files and believe the output is correct. I've therefore updated the tests with the output of the fixed ledger. Let's take baseline/opt-lot-dates.test as one example. In the past, ledger generated the following incorrect Equity entries: 190.42G Equity 236.83G Capital Gains -46.41G Capital Losses If you compare the end of the diff of the test, you'll see: - 35.42G + -155.00G The difference is: 35.42 - -155.00 = 190.42 This matches exactly the Equity entries previously generated, which shouldn't be there.
* Update tests for fix for bug #713Martin Michlmayr2014-07-143-35/+35
| | | | | | | 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.
* Fix query string for select accountMartin Michlmayr2014-05-301-16/+16
| | | | | | | A wrong query string was generated by "select account": one ansify_if() too much was listed and justify() was called with the wrong parameters. Bug fix for #744
* Update line numbersMartin Michlmayr2014-05-262-3/+3
|
* Fix typo in filenameMartin Michlmayr2014-05-262-2/+2
|
* Remove unnecessary command directives from test casesMartin Michlmayr2014-05-262-4/+0
| | | | | These are not necessary and are currently not effective anyway (see bug #1045)
* Add test case for tags commandMartin Michlmayr2014-05-191-0/+55
|
* Add test case for balance assertion that's offMartin Michlmayr2014-05-181-0/+18
|
* Add a test case for aliases defined in account directivesMartin Michlmayr2014-05-171-0/+9
|
* Renamed test for --recursive-aliases option for consistencyMartin Michlmayr2014-05-171-0/+0
|
* Add test case for --no-aliases optionMartin Michlmayr2014-05-171-0/+20
|
* Remove trailing whitespace from error messagesMartin Michlmayr2014-05-134-10/+10
| | | | Fix for bug #867
* Add test case or new payee uuid featureMartin Michlmayr2014-05-131-0/+10
|
* Honour date-format for lot datesMartin Michlmayr2014-05-135-5/+5
| | | | Fixes bug #383
* Add more --pivot testsMartin Michlmayr2014-05-111-0/+16
|
* Add tests for the --pivot optionMartin Michlmayr2014-05-111-0/+132
|