Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #476 from thdox/bug-1055 | thdox | 2017-01-16 | 1 | -0/+26 | |
|\ \ \ \ | | | | | | | | | | | Add regress test for bug 1055 | |||||
| * | | | | Add regress test for bug 1055 | thdox | 2017-01-05 | 1 | -0/+26 | |
| |/ / / | ||||||
* / / / | Add regress test for bug 1132 | thdox | 2017-01-05 | 1 | -0/+16 | |
|/ / / | ||||||
* / / | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 | |
|/ / | | | | | | | [ci skip] | |||||
* | | Don't explicitly reference test file in 1057.test | John Wiegley | 2016-11-13 | 1 | -1/+1 | |
| | | ||||||
* | | Update cmd-tags.test for fix for bug #1043 | Martin Michlmayr | 2016-11-12 | 1 | -0/+3 | |
| | | ||||||
* | | Add test for --color option | thdox | 2016-10-27 | 1 | -0/+11 | |
| | | ||||||
* | | Add another test to opt-force-color.test | thdox | 2016-10-27 | 1 | -0/+8 | |
| | | | | | | | | | | To verify that no ANSI color codes are printed when the --force-color option is not set. | |||||
* | | --force-color is now tested in CheckBaselinetests.py | thdox | 2016-10-27 | 2 | -1/+0 | |
| | | ||||||
* | | --force-color does not require anymore --color. | thdox | 2016-10-27 | 2 | -2/+2 | |
| | | | | | | | | This was reported as Bug #1109 | |||||
* | | Fix bug 1187: Allow balance assertions with multiple posts to same account | Mitchell Kember | 2016-10-07 | 4 | -0/+105 | |
| | | ||||||
* | | Merge pull request #469 from schmave/win-383 | John Wiegley | 2016-10-02 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix regress test 383 on Windows | |||||
| * | | Fix regress test 383 on Windows | Evan Mallory | 2016-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | %g is not available in Windows strftime. See documentation at https://msdn.microsoft.com/en-us/library/fe06s4ak.aspx | |||||
* | | | Merge pull request #468 from Vanav/cygwin_fix | John Wiegley | 2016-10-02 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix build under Cygwin | |||||
| * | | Fix build under Cygwin. | Ivan Vanyushkin | 2016-09-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix test harness to work with msys2 | Evan Mallory | 2016-09-23 | 4 | -4/+36 | |
|/ / | | | | | | | | | | | With this change, 97% of the tests pass. See the build on appveyor for more info: https://ci.appveyor.com/project/Evan/ledger/build/build-49 I'll follow up with another PR to fix some of the remaining broken tests | |||||
* | | Fix build under msys32; add Appveyor continuous build | Evan Mallory | 2016-09-17 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Appveyor is a continuous integration platform for Windows that is free for open source projects. See latest test build here: https://ci.appveyor.com/project/Evan/ledger/build/artifacts * Changed WIN32 to _WIN32 because this article http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system claims that it is defined by the greatest number of compilers. * Modified HAVE_ISATTY and other system defines so that system.hh compiles when cmake fails to find the relevant function. * Add missing include in test/unit/t_value.cc Almost all tests fail when you run them on msys32. I will address that in a future PR. | |||||
* | | Fix Bug 1147: Check balance assertions against the amount AFTER | Mitchell Kember | 2016-03-22 | 4 | -3/+25 | |
| | | ||||||
* | | Merge pull request #449 from ppickfor/next | John Wiegley | 2016-03-14 | 1 | -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 Pickford | 2016-03-09 | 1 | -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 days | Peter Pickford | 2016-03-13 | 5 | -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 failure | Martin Michlmayr | 2016-02-16 | 1 | -1/+1 | |
| | | | | | | | | | | I'm sure I used $FILE for the final version but I must have committed an old version. | |||||
* | | Increase maximum length for regex | Martin Michlmayr | 2016-02-15 | 1 | -0/+28 | |
| | | | | | | | | Fixes bug #981 | |||||
* | | [python] Remove double quotes from unicode values | Alexis Hildebrandt | 2016-01-11 | 2 | -0/+17 | |
|/ | | | | | When converting a ledger.Value to unicode the Python API added double quotes around it. | |||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | 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 | |
| | | | |