summaryrefslogtreecommitdiff
path: root/test/baseline
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Correct one of the baseline testsJohn Wiegley2014-04-141-1/+1
|
* Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-141-0/+5
|
* Add the concept of "deferred postings"John Wiegley2014-04-131-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 manualPeter Feigl2014-02-262-26/+20
|
* Adding tests for recursive aliasesPeter Feigl2014-02-262-0/+43
|
* Disable three tests preventing Jenkins from succeedingJohn Wiegley2013-06-192-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 sortsCraig Earls2013-01-293-8/+8
| | | | updated tests included.
* Merge branch 'master' into nextJohann Klähn2013-01-181-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 commandJohann Klähn2012-10-131-1/+1
| |
* | fix bug 748: option aliases not recognizedJohann Klähn2013-01-151-1/+1
| |
* | fix account mapping in csv conversionJohann Klähn2012-10-182-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 internallyJohn Wiegley2012-08-022-3/+3
|/
* Enable the baseline and manual testsJohn Wiegley2012-05-201-0/+1
|
* Fixed a test that was unknowingly time-basedJohn Wiegley2012-05-181-4/+4
|
* Simplify feat-option_py.testJohn Wiegley2012-03-301-2/+2
|
* Removed the cmd-emacs baseline testJohn Wiegley2012-03-291-18/+0
| | | | The time issue causes too many false positives.
* Add more testsMartin Michlmayr2012-03-271-0/+23
|
* Fix some tests not to be time-sensitiveMartin Michlmayr2012-03-272-8/+8
|
* Add more baseline tests.Martin Michlmayr2012-03-256-1/+139
|
* Add more baseline testsMartin Michlmayr2012-03-2512-4/+583
|
* Add more baseline testsMartin Michlmayr2012-03-252-0/+105
|
* Add more baseline testsMartin Michlmayr2012-03-2513-0/+325
|
* Improve baseline/cmd-payees.testMartin Michlmayr2012-03-251-0/+6
|
* Fixed sorting of equity outputJohn Wiegley2012-03-231-2/+2
|
* Fixed output order in opt-equity.testJohn Wiegley2012-03-231-2/+2
|
* Add more baseline testsMartin Michlmayr2012-03-233-0/+110
|
* Add test case for bug #379Martin Michlmayr2012-03-231-5/+54
|
* Fixed cmd-emacs.testJohn Wiegley2012-03-231-3/+3
|
* Add more baseline testsMartin Michlmayr2012-03-236-0/+270
|
* Add more test casesMartin Michlmayr2012-03-223-0/+20
|
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-0/+0
|
* Added option --day-breakJohn Wiegley2012-03-171-0/+12
|
* Don't allow trailing ws in abbrev. account segmentsJohn Wiegley2012-03-161-2/+2
| | | | Fixes #358
* Added --time-report optionJohn Wiegley2012-03-131-0/+0
| | | | | | | | | | | | | This is a rather basic option at the moment which only affects the balance report. I use it as follows, for entering contractor hours into a project planning application, where $1 is the contractor's timelog file, and $2 is the date after which new entries appear in the file: ledger -f $1 balance \ --account=payee \ --time-report \ -d "latest > [$2]" \ --datetime-format='%m/%d/%y %I:%M %p'
* Fixed a few bugs related to apply directivesJohn Wiegley2012-03-122-0/+37
|
* Added --immediate optionJohn Wiegley2012-03-101-0/+0
|