Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add test case for: option --permissive now quiets balance assertions | Martin Michlmayr | 2014-05-18 | 1 | -0/+19 | |
| | | | | | Add a test csae for the change "The option --permissive now quiets balance assertions" (634aa589) | |||||
* | Cosmetic change - format code consistently | Martin Michlmayr | 2014-05-18 | 2 | -6/+6 | |
| | | | | | Add a space between if and the opening bracket, between a closing round bracket and the following opening curly bracket, etc. | |||||
* | 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 | |
| | ||||||
* | Fix bug introduced by commit AA2FF2B | thdox | 2014-05-17 | 1 | -0/+10 | |
| | | | | Correction is to not use uninitialized amount | |||||
* | Ensure that high-levels directives have arguments if they need one | Martin Michlmayr | 2014-05-14 | 1 | -0/+80 | |
| | | | | | Ensure that high-levels directives, such as account, alias and commodity, have arguments if they need one. Bug fix for #1036 | |||||
* | Ensure that directives have arguments if they need one | Martin Michlmayr | 2014-05-14 | 1 | -0/+85 | |
| | | | | | Ensure that account, commodity and payee directives have arguments if they need one. Bug fix for #785 | |||||
* | Remove trailing whitespace from error messages | Martin Michlmayr | 2014-05-13 | 16 | -25/+25 | |
| | | | | Fix for bug #867 | |||||
* | Add test case or new payee uuid feature | Martin Michlmayr | 2014-05-13 | 1 | -0/+10 | |
| | ||||||
* | Add a test for an error in an included file | Martin Michlmayr | 2014-05-13 | 2 | -0/+22 | |
| | ||||||
* | Update Python tests for fix for bug #383 | Martin Michlmayr | 2014-05-13 | 2 | -2/+2 | |
| | ||||||
* | Add test cases for bug #494 | Martin Michlmayr | 2014-05-13 | 2 | -0/+27 | |
| | | | | | The issues raised in bug #494 are no longer there but let's add some test cases. | |||||
* | Honour date-format for lot dates | Martin Michlmayr | 2014-05-13 | 6 | -5/+34 | |
| | | | | Fixes bug #383 | |||||
* | Add another test case for bug #999 | Martin Michlmayr | 2014-05-12 | 2 | -0/+22 | |
| | ||||||
* | 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 | |
| | ||||||
* | Use the POST_COST_VIRTUAL flag when exchange commodities | John Wiegley | 2014-05-08 | 1 | -0/+6 | |
| | | | | Fixes #999 | |||||
* | Temporarily disable the DocTests | John Wiegley | 2014-04-17 | 1 | -11/+12 | |
| | ||||||
* | 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. | |||||
* | Added support for validation tests to DocTest.py (input:validate and | Peter Feigl | 2014-03-04 | 1 | -11/+37 | |
| | | | | | | | | | | | | | | command:validate) It is now possible to use @smallexample @c input:validate (and command:validate) to specify that an example should just be read by ledger (and checked for errors) or that a ledger command should be executed (with default input -f sample.dat, if none is specified). These annotations have been added into ledger3.texi where appropriate. Running the ledger3.texi test now takes a second or two, but a lot of the @smallexamples are now automatically tested. | |||||
* | 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 | |
| | ||||||
* | DocTests: Allow inline input to be used with different example commands | Alexis Hildebrandt | 2014-02-19 | 1 | -26/+47 | |
| | ||||||
* | DocTests: Allow multiple example inputs | Alexis Hildebrandt | 2014-02-19 | 1 | -0/+5 | |
| | | | | to be used as single ledger data for an example command | |||||
* | Fix apply_year_directive | Alexis Hildebrandt | 2014-02-12 | 1 | -0/+24 | |
| | | | | | | Using the Y 2014 syntax works fine, but using apply year 2014 resulted in the following error: Error: Year is out of valid range: 1400..10000 since part of the given year string was chopped off. | |||||
* | Add proper argument parsing to DocTests.py | Alexis Hildebrandt | 2014-02-09 | 2 | -21/+37 | |
| | ||||||
* | Print summary list of failed doc tests if any | Alexis Hildebrandt | 2014-02-09 | 1 | -3/+6 | |
| | ||||||
* | Add support to check documentation examples with inline data | Alexis Hildebrandt | 2014-02-07 | 1 | -9/+36 | |
| | ||||||
* | Check examples in documentation when running tests | Alexis Hildebrandt | 2014-02-07 | 2 | -0/+151 | |
| | | | | | The DocTests.py script will parse a given texinfo file for specially marked examples, run the ledger command from the example, and check the result against the example output from the documentation. | |||||
* | build shared library/python module, clean up CMake | Johann Klähn | 2014-02-01 | 1 | -1/+1 | |
| | | | | | libledger will now be built as a shared library. You can 'import ledger' from python IFF you copy libledger.so to ledger.so or create a symlink. | |||||
* | Corrected discrepancies between documentation and drewr3.dat regarding apply ↵ | Craig Earls | 2013-09-07 | 1 | -11/+0 | |
| | | | | and bucket | |||||
* | Disable three tests preventing Jenkins from succeeding | John Wiegley | 2013-06-19 | 3 | -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). | |||||
* | Revert "Fix tests when running under Jenkins" | John Wiegley | 2013-06-08 | 1 | -1/+1 | |
| | | | | This reverts commit 7183dabc84362a745bf0381cd1cceb303338565f. | |||||
* | Fix tests when running under Jenkins | John Wiegley | 2013-06-08 | 1 | -1/+1 | |
| | ||||||
* | Fix test/input/drewr3.dat | John Wiegley | 2013-05-23 | 1 | -8/+8 | |
| | ||||||
* | Fix #784 | John Wiegley | 2013-05-23 | 1 | -1/+1 | |
| | ||||||
* | Remove some unnecessary and complicated logic | John Wiegley | 2013-05-19 | 1 | -0/+10 | |
| | | | | Fixes #712 | |||||
* | Add unit test for 686 | John Wiegley | 2013-05-19 | 1 | -0/+33 | |
| | ||||||
* | Get the unit tests passing again | John Wiegley | 2013-05-19 | 2 | -2/+2 | |
| | ||||||
* | Initial commit of ledger-mode documentation and demo file | Craig Earls | 2013-02-26 | 1 | -0/+63 | |
| | ||||||
* | Divorces 25A099C9 from the actual amount.h source file | Craig Earls | 2013-01-30 | 2 | -21/+814 | |
| | | | | | | | This test appears to test the garbage input handling on ledger. garbage-input.dat has been added to the test directory for use by this test, allowing development with amount.h to proceed without tripping this particular test inappropriately | |||||
* | 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 | 7 | -1/+32 | |
|\ | | | | | | | | | | | 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. | |||||
| * | ignore extra fields when converting csv files | Johann Klähn | 2012-10-13 | 2 | -0/+7 | |
| | | | | | | | | This fixes bug #736. | |||||
| * | update baseline test for convert command | Johann Klähn | 2012-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | ignore (some) empty field when converting csv | Johann Klähn | 2012-10-13 | 4 | -0/+24 | |
| | | | | | | | | This fixes bug #733 and bug #734. |