Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use plurar Expenses: for consistency | Martin Michlmayr | 2015-12-14 | 2 | -4/+4 |
| | |||||
* | [tests] Fix empty testfile check | Alexis Hildebrandt | 2015-10-27 | 1 | -3/+4 |
| | |||||
* | [tests] Remove compiler warnings for unit tests | Alexis Hildebrandt | 2015-09-15 | 1 | -1/+1 |
| | | | | | | warning: equality comparison result unused [-Wunused-comparison] BOOST_CHECK_THROW(v8 == v10, value_error); ~~~^~~~~~ | ||||
* | Rename feat-fixated-prices_2.test to dir-fixed.test | thdox | 2015-08-08 | 1 | -0/+0 |
| | | | | For consistency as this is a directive. | ||||
* | [tests] Fix MathTest failures on Mac OS X | Alexis Hildebrandt | 2015-08-08 | 1 | -15/+12 |
| | | | | due to timezone settings. | ||||
* | [tests] Set timezone for running tests | Alexis Hildebrandt | 2015-08-07 | 3 | -2/+11 |
| | | | | so that the tests run with a consistent environment. | ||||
* | Merge pull request #424 from thdox/bug-1057 | John Wiegley | 2015-08-04 | 1 | -0/+11 |
|\ | | | | | Add regression test file for bug #1057 | ||||
| * | Modification to help fix issue when compiling with travis | thdox | 2015-07-31 | 1 | -1/+1 |
| | | | | | | | | | | -(("/home/travis/build/ledger/ledger/test/regress/1057.test" 1 (21308 34912 0) nil "www.amazon.fr" +(("/home/travis/build/ledger/ledger/test/regress/1057.test" 1 (21308 42112 0) nil "www.amazon.fr" | ||||
| * | regression test file for bug 1057 | thdox | 2015-07-31 | 1 | -0/+11 |
| | | |||||
* | | [tests] Ignore --revalued-total in baseline tests | Alexis Hildebrandt | 2015-08-05 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 2 | -1/+715 |
|\ \ | |||||
| * \ | Merge pull request #317 from tripun/code_coverage | John Wiegley | 2015-08-04 | 2 | -1/+715 |
| |\ \ | | | | | | | | | Add some unit tests for value_t | ||||
| | * | | fix minor issues | tripun | 2014-08-18 | 1 | -5/+8 |
| | | | | |||||
| | * | | add additional tests for sequence_t and fix the old ones | tripun | 2014-08-18 | 1 | -22/+50 |
| | | | | |||||
| | * | | add test for sequenc_t in value_t | tripun | 2014-08-18 | 1 | -0/+32 |
| | | | | |||||
| | * | | add unit test Negation for value | tripun | 2014-08-18 | 1 | -0/+46 |
| | | | | |||||
| | * | | minor additions | tripun | 2014-08-18 | 1 | -0/+1 |
| | | | | |||||
| | * | | add test for zero for value | tripun | 2014-08-18 | 1 | -0/+57 |
| | | | | |||||
| | * | | check Type unit test for value | tripun | 2014-08-18 | 1 | -0/+50 |
| | | | | |||||
| | * | | add Division unit test for value | tripun | 2014-08-18 | 1 | -0/+63 |
| | | | | |||||
| | * | | remove some statements until sequence multiplication run-time error is fixed | tripun | 2014-08-18 | 1 | -11/+0 |
| | | | | |||||
| | * | | add Multiplication unit test for value | tripun | 2014-08-18 | 1 | -0/+79 |
| | | | | |||||
| | * | | add unit test subtraction for value | tripun | 2014-08-18 | 1 | -0/+93 |
| | | | | |||||
| | * | | add whitespaces | tripun | 2014-08-17 | 1 | -4/+4 |
| | | | | |||||
| | * | | add unit test Addition for value | tripun | 2014-08-17 | 1 | -0/+102 |
| | | | | |||||
| | * | | add unit test of equality for value | tripun | 2014-08-17 | 1 | -0/+64 |
| | | | | |||||
| | * | | add assignment unit test for value | tripun | 2014-08-17 | 1 | -0/+35 |
| | | | | |||||
| | * | | add constructors unit test for value | tripun | 2014-08-17 | 1 | -0/+35 |
| | | | | |||||
| | * | | initialize value fixture | tripun | 2014-08-16 | 1 | -0/+37 |
| | | | | |||||
| | * | | add t_value unit test | tripun | 2014-08-15 | 2 | -1/+1 |
| | | | | |||||
* | | | | Add --file to tested options. | thdox | 2015-07-31 | 1 | -1/+0 |
| | | | | |||||
* | | | | Fix test file regress/25A099C9.test. | thdox | 2015-07-31 | 1 | -33/+51 |
| | | | | |||||
* | | | | Whitespace fix for cmd-convert.test | thdox | 2015-07-31 | 1 | -2/+2 |
| | | | | |||||
* | | | | Revert "Disable three tests preventing Jenkins from succeeding" | thdox | 2015-07-31 | 3 | -0/+0 |
| |_|/ |/| | | | | | | | | This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749. | ||||
* | | | [tests] Fix typo in --cleared option baseline test | Alexis Hildebrandt | 2015-07-31 | 1 | -1/+1 |
| | | | |||||
* | | | Fix description | Martin Michlmayr | 2015-07-30 | 1 | -1/+1 |
| | | | |||||
* | | | Add test for --value-expr | Martin Michlmayr | 2015-07-30 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | See John's email "A solution to the commodity pricing problem" on how this works: https://groups.google.com/forum/#!topic/ledger-cli/gpOW50XtCTo | ||||
* | | | Add test for --no-rounding | Martin Michlmayr | 2015-07-30 | 1 | -0/+81 |
| | | | |||||
* | | | [tests] Add baseline test for --cleared-format | Alexis Hildebrandt | 2015-07-30 | 1 | -0/+20 |
| | | | |||||
* | | | [tests] Remove empty baseline test files. | Alexis Hildebrandt | 2015-07-29 | 4 | -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 option | Martin Michlmayr | 2015-07-28 | 1 | -0/+58 |
| | | | |||||
* | | | Improve --explicit test case | Martin Michlmayr | 2015-07-28 | 1 | -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. | ||||
* | | | Add missing known functions to test | Martin Michlmayr | 2015-07-28 | 1 | -1/+1 |
| | | | |||||
* | | | [travis] Run documentation checks as reports | Alexis Hildebrandt | 2015-07-28 | 1 | -1/+3 |
| | | | | | | | | | | | | which are allowed to fail instead of strict tests. | ||||
* | | | [tests] Remove compiler warnings for unit tests | Alexis Hildebrandt | 2015-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | warning: relational comparison result unused [-Wunused-comparison] BOOST_CHECK_THROW(x6 < x7, amount_error); ~~~^~~~ | ||||
* | | | [tests] Allow string continuation in documentation | Alexis Hildebrandt | 2015-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | in long documentation examples. | ||||
* | | | [tests] Fix Util and Math tests on Mac OS X | Alexis Hildebrandt | 2015-07-28 | 1 | -0/+6 |
| | | | | | | | | | | | | by explicitly linking the testing targets against Python | ||||
* | | | Add --generated to untested options list. | thdox | 2015-03-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | --generated will generate each time new entries, this cannot be reproduced safely. | ||||
* | | | Add --verify-memory to untested options. | thdox | 2015-03-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | This --verify-memory option is very system (Linux/Mac) dependent on how the memory is allocated. This cannot be reproduce with same results. | ||||
* | | | Add --revalued-total to "to be tested" options. | thdox | 2015-03-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | I have not yet understood the meaning of --revalued-total, but as it output something, it should be tested. So add it to "to be tested" options list. |