Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Regenerate tests for fix for bug #713 | Martin Michlmayr | 2014-07-14 | 5 | -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 #713 | Martin Michlmayr | 2014-07-14 | 3 | -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 account | Martin Michlmayr | 2014-05-30 | 1 | -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 numbers | Martin Michlmayr | 2014-05-26 | 2 | -3/+3 | |
| | ||||||
* | Fix typo in filename | Martin Michlmayr | 2014-05-26 | 2 | -2/+2 | |
| | ||||||
* | Remove unnecessary command directives from test cases | Martin Michlmayr | 2014-05-26 | 2 | -4/+0 | |
| | | | | | These are not necessary and are currently not effective anyway (see bug #1045) | |||||
* | Add test case for tags command | Martin Michlmayr | 2014-05-19 | 1 | -0/+55 | |
| | ||||||
* | Add test case for balance assertion that's off | Martin Michlmayr | 2014-05-18 | 1 | -0/+18 | |
| | ||||||
* | Add a test case for aliases defined in account directives | Martin Michlmayr | 2014-05-17 | 1 | -0/+9 | |
| | ||||||
* | Renamed test for --recursive-aliases option for consistency | Martin Michlmayr | 2014-05-17 | 1 | -0/+0 | |
| | ||||||
* | Add test case for --no-aliases option | Martin Michlmayr | 2014-05-17 | 1 | -0/+20 | |
| | ||||||
* | Remove trailing whitespace from error messages | Martin Michlmayr | 2014-05-13 | 4 | -10/+10 | |
| | | | | Fix for bug #867 | |||||
* | Add test case or new payee uuid feature | Martin Michlmayr | 2014-05-13 | 1 | -0/+10 | |
| | ||||||
* | Honour date-format for lot dates | Martin Michlmayr | 2014-05-13 | 5 | -5/+5 | |
| | | | | Fixes bug #383 | |||||
* | Add more --pivot tests | Martin Michlmayr | 2014-05-11 | 1 | -0/+16 | |
| | ||||||
* | Add tests for the --pivot option | Martin Michlmayr | 2014-05-11 | 1 | -0/+132 | |
| | ||||||
* | Correct one of the baseline tests | John Wiegley | 2014-04-14 | 1 | -1/+1 | |
| | ||||||
* | Apply any outstanding deferred postings at the end of parsing | John Wiegley | 2014-04-14 | 1 | -0/+5 | |
| | ||||||
* | Add the concept of "deferred postings" | John Wiegley | 2014-04-13 | 1 | -0/+55 | |
| | | | | | This is pretty much exclusively for allowing one to use balance assertions with replicated transactions across multiple files. | |||||
* | Adding option --recursive-aliases, adding documentation to man-page and manual | Peter Feigl | 2014-02-26 | 2 | -26/+20 | |
| | ||||||
* | Adding tests for recursive aliases | Peter Feigl | 2014-02-26 | 2 | -0/+43 | |
| | ||||||
* | Disable three tests preventing Jenkins from succeeding | John Wiegley | 2013-06-19 | 2 | -0/+0 | |
| | | | | | | These aren't actually failures, just issues with the way that Jenkins works on my system (mainly because ~/.jenkins is a symlink pointing at another volume). | |||||
* | Fixes bug 514. accounts and commodities output now sorts | Craig Earls | 2013-01-29 | 3 | -8/+8 | |
| | | | | updated tests included. | |||||
* | Merge branch 'master' into next | Johann Klähn | 2013-01-18 | 1 | -1/+1 | |
|\ | | | | | | | | | | | Some commits were on the master branch but not yet on the next branch due to a pull request to master after those two branches diverged. This merge ensures that next ⊇ master. | |||||
| * | update baseline test for convert command | Johann Klähn | 2012-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | fix bug 748: option aliases not recognized | Johann Klähn | 2013-01-15 | 1 | -1/+1 | |
| | | ||||||
* | | 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. | |||||
* | | Always store absolute paths internally | John Wiegley | 2012-08-02 | 2 | -3/+3 | |
|/ | ||||||
* | Enable the baseline and manual tests | John Wiegley | 2012-05-20 | 1 | -0/+1 | |
| | ||||||
* | Fixed a test that was unknowingly time-based | John Wiegley | 2012-05-18 | 1 | -4/+4 | |
| | ||||||
* | Simplify feat-option_py.test | John Wiegley | 2012-03-30 | 1 | -2/+2 | |
| | ||||||
* | Removed the cmd-emacs baseline test | John Wiegley | 2012-03-29 | 1 | -18/+0 | |
| | | | | The time issue causes too many false positives. |