summaryrefslogtreecommitdiff
path: root/test/regress/1057.test
Commit message (Collapse)AuthorAgeFilesLines
* Revert expected test time value to correct valueAndy Clayton2020-03-251-1/+1
| | | | | | This was changed to be specific to the author's local TZ in 139beba. With the test TZ override fixed, revert this back to the value that is correct across all environments (including travis).
* test: Unbreak one more test case with python3 bridgeDimitri John Ledkov2019-12-061-1/+1
| | | | | | | | | | | python3 has buffered output by default, hence testcase option_py returned no output when executed under test harness. I think this is a real problem in the way python interpreter is embeded, and i.e. stdout is not flushed until after test case has died. However, running things unbuffered seems to make everything work. But for some reason I had to adjust 1057.test slightly. I have no idea what those numbers mean, and if running things unbuffered break stuff.
* Don't explicitly reference test file in 1057.testJohn Wiegley2016-11-131-1/+1
|
* [tests] Set timezone for running testsAlexis Hildebrandt2015-08-071-1/+1
| | | | so that the tests run with a consistent environment.
* 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