summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Allow use of $FILE in stdout checksJohn Wiegley2012-03-231-3/+2
|
* Add more baseline testsMartin Michlmayr2012-03-236-0/+270
|
* Fixed an interaction with equity and virtual accountsJohn Wiegley2012-03-221-0/+24
| | | | Fixes #686
* Renamed F32DBEF1.test to CEECC0B0.testJohn Wiegley2012-03-221-0/+0
|
* Simply regression tests by using $FILEMartin Michlmayr2012-03-225-5/+5
|
* Add more test casesMartin Michlmayr2012-03-226-0/+70
|
* Add more regression testsMartin Michlmayr2012-03-229-0/+298
|
* Add some regression testsMartin Michlmayr2012-03-228-0/+106
|
* Fix problems with <Adjustment> postingsJohn Wiegley2012-03-201-1/+0
|
* Strip annotations in display_filter_postsJohn Wiegley2012-03-202-2/+51
| | | | Fixes #718
* Added regression test for A560FDADJohn Wiegley2012-03-191-0/+36
|
* Corrected an uninitialized memory bugJohn Wiegley2012-03-191-1/+4
|
* Added regression testJohn Wiegley2012-03-191-0/+57
|
* Allow --input-date-format to specify separatorsJohn Wiegley2012-03-191-0/+17
| | | | Fixes #650
* More improvements to nail_down; fixes #715John Wiegley2012-03-191-0/+17
|
* Fixed bug relating to historical pricingJohn Wiegley2012-03-182-1/+20
| | | | Fixes #681
* Fix problem with -H and lack of pricing infoJohn Wiegley2012-03-181-0/+10
| | | | Fixes #691
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-0/+0
|
* Passing --verify to regression tests uses valgrindJohn Wiegley2012-03-172-1/+8
|
* libgmalloc is no longer available on OS X LionJohn Wiegley2012-03-171-9/+9
|
* Simplified a regression testJohn Wiegley2012-03-171-21/+21
|
* Fixed #711: Parsing of alias directiveJohn Wiegley2012-03-171-0/+27
|
* Added regression test for A8FCC765John Wiegley2012-03-172-0/+10
|
* Added option --day-breakJohn Wiegley2012-03-171-0/+12
|
* Don't allow trailing ws in abbrev. account segmentsJohn Wiegley2012-03-162-2/+10
| | | | Fixes #358
* Improved error reporting for bad account namesJohn Wiegley2012-03-161-0/+34
| | | | Fixes #374
* Correct parsing of automated xact expressionsJohn Wiegley2012-03-161-0/+32
| | | | Fixes #458
* Improved error reports about leading whitespaceJohn Wiegley2012-03-164-1174/+38
|
* Added regression test for #584John Wiegley2012-03-161-0/+23
|
* pricedb was outputting redundant pricesJohn Wiegley2012-03-161-0/+11
| | | | Fixes #704
* Unexpected initial whitespace is an error (again)John Wiegley2012-03-163-1/+1222
| | | | Fixes #565
* Don't map_prices if price commodity matches sourceJohn Wiegley2012-03-151-0/+17
| | | | Fixes #680
* Added regression test for #438John Wiegley2012-03-141-0/+74
|
* Added two regressions tests from Thierry DaucourtJohn Wiegley2012-03-142-0/+117
|
* 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
|
* Allow payee names to contain multiple spacesJohn Wiegley2012-03-121-0/+17
|
* Tighten up argument passing related to fn_market()John Wiegley2012-03-112-9/+9
|
* Allow balances to be passed to nail_downJohn Wiegley2012-03-111-0/+18
| | | | Fixes #679
* Corrected a rounding error in nail_downJohn Wiegley2012-03-111-0/+17
| | | | Fixes #678