summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bug 1147: Check balance assertions against the amount AFTERMitchell Kember2016-03-224-3/+25
|
* Merge pull request #449 from ppickfor/nextJohn Wiegley2016-03-141-0/+29
|\ | | | | Use interval start date (period from/since) to initialize first period.
| * Periods should be initialized from from/since clause rather than earliest ↵Peter Pickford2016-03-091-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transaction date Bug 1159 Use interval start date (period from/since) to initialize first period. This allows the offset of a period start to be specified -p 'every 12 months from 2000-04-01' will have periods yyyy-04-01 to yyyy-03-31 .... If no from/since is specified for the period the first transaction date reported is used to initialize the period as before. added test case regress/1159.test
* | days - do not stabalize periods spacified in daysPeter Pickford2016-03-135-0/+532
|/ | | | | | | | weeks - calculate start date for finding period using remainer 400/periodlength to reduce number of iterations (perhaps this ought to follow the same conventio as years months and quarters) add sample period command tests add add day period tests for forecasts and budgets add week period tests for forecasts and budgets - these do not change
* Fix test suite failureMartin Michlmayr2016-02-161-1/+1
| | | | | I'm sure I used $FILE for the final version but I must have committed an old version.
* Increase maximum length for regexMartin Michlmayr2016-02-151-0/+28
| | | | Fixes bug #981
* [python] Remove double quotes from unicode valuesAlexis Hildebrandt2016-01-112-0/+17
| | | | | When converting a ledger.Value to unicode the Python API added double quotes around it.
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
| | | | [ci skip]
* Always use plurar Expenses: for consistencyMartin Michlmayr2015-12-142-4/+4
|
* [tests] Fix empty testfile checkAlexis Hildebrandt2015-10-271-3/+4
|
* [tests] Remove compiler warnings for unit testsAlexis Hildebrandt2015-09-151-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.testthdox2015-08-081-0/+0
| | | | For consistency as this is a directive.
* [tests] Fix MathTest failures on Mac OS XAlexis Hildebrandt2015-08-081-15/+12
| | | | due to timezone settings.
* [tests] Set timezone for running testsAlexis Hildebrandt2015-08-073-2/+11
| | | | so that the tests run with a consistent environment.
* Merge pull request #424 from thdox/bug-1057John Wiegley2015-08-041-0/+11
|\ | | | | Add regression test file for bug #1057
| * Modification to help fix issue when compiling with travisthdox2015-07-311-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 1057thdox2015-07-311-0/+11
| |
* | [tests] Ignore --revalued-total in baseline testsAlexis Hildebrandt2015-08-051-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2015-08-042-1/+715
|\ \
| * \ Merge pull request #317 from tripun/code_coverageJohn Wiegley2015-08-042-1/+715
| |\ \ | | | | | | | | Add some unit tests for value_t
| | * | fix minor issuestripun2014-08-181-5/+8
| | | |
| | * | add additional tests for sequence_t and fix the old onestripun2014-08-181-22/+50
| | | |
| | * | add test for sequenc_t in value_ttripun2014-08-181-0/+32
| | | |
| | * | add unit test Negation for valuetripun2014-08-181-0/+46
| | | |
| | * | minor additionstripun2014-08-181-0/+1
| | | |
| | * | add test for zero for valuetripun2014-08-181-0/+57
| | | |
| | * | check Type unit test for valuetripun2014-08-181-0/+50
| | | |
| | * | add Division unit test for valuetripun2014-08-181-0/+63
| | | |
| | * | remove some statements until sequence multiplication run-time error is fixedtripun2014-08-181-11/+0
| | | |
| | * | add Multiplication unit test for valuetripun2014-08-181-0/+79
| | | |
| | * | add unit test subtraction for valuetripun2014-08-181-0/+93
| | | |
| | * | add whitespacestripun2014-08-171-4/+4
| | | |
| | * | add unit test Addition for valuetripun2014-08-171-0/+102
| | | |
| | * | add unit test of equality for valuetripun2014-08-171-0/+64
| | | |
| | * | add assignment unit test for valuetripun2014-08-171-0/+35
| | | |
| | * | add constructors unit test for valuetripun2014-08-171-0/+35
| | | |
| | * | initialize value fixturetripun2014-08-161-0/+37
| | | |
| | * | add t_value unit testtripun2014-08-152-1/+1
| | | |
* | | | Add --file to tested options.thdox2015-07-311-1/+0
| | | |
* | | | Fix test file regress/25A099C9.test.thdox2015-07-311-33/+51
| | | |
* | | | Whitespace fix for cmd-convert.testthdox2015-07-311-2/+2
| | | |
* | | | Revert "Disable three tests preventing Jenkins from succeeding"thdox2015-07-313-0/+0
| |_|/ |/| | | | | | | | This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749.
* | | [tests] Fix typo in --cleared option baseline testAlexis Hildebrandt2015-07-311-1/+1
| | |
* | | Fix descriptionMartin Michlmayr2015-07-301-1/+1
| | |
* | | Add test for --value-exprMartin Michlmayr2015-07-301-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-roundingMartin Michlmayr2015-07-301-0/+81
| | |
* | | [tests] Add baseline test for --cleared-formatAlexis Hildebrandt2015-07-301-0/+20
| | |
* | | [tests] Remove empty baseline test files.Alexis Hildebrandt2015-07-294-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 optionMartin Michlmayr2015-07-281-0/+58
| | |
* | | Improve --explicit test caseMartin Michlmayr2015-07-281-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.