diff options
author | Craig Earls <enderw88@gmail.com> | 2014-12-30 20:48:52 -0800 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-12-30 20:48:52 -0800 |
commit | 7cd3a7fc9d6af64846a742bdd2ad07cb6dde0bf9 (patch) | |
tree | 7c569daa1137920ad3cc9ab32d574d24e24d0dc6 /test/baseline | |
parent | b6cef4bc507712427e9c5e83495ba5104679712d (diff) | |
parent | 8e79b3c7c74081b63f9d8b1e0ec97478f61d4ba8 (diff) | |
download | fork-ledger-7cd3a7fc9d6af64846a742bdd2ad07cb6dde0bf9.tar.gz fork-ledger-7cd3a7fc9d6af64846a742bdd2ad07cb6dde0bf9.tar.bz2 fork-ledger-7cd3a7fc9d6af64846a742bdd2ad07cb6dde0bf9.zip |
Merge commit '8e79b3c7c74081b63f9d8b1e0ec97478f61d4ba8'
Diffstat (limited to 'test/baseline')
-rw-r--r-- | test/baseline/opt-trace.test | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/baseline/opt-trace.test b/test/baseline/opt-trace.test new file mode 100644 index 00000000..9034018e --- /dev/null +++ b/test/baseline/opt-trace.test @@ -0,0 +1,15 @@ +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 + +; Using values with two or more digits as the argument to the --trace option +; resulted in a segmentation fault. +; Since ledger prints debugging information to stderr when the --trace option +; was given and that debugging information contains timing information, e.g. [1ms] +; which is likely to differ on each test run, this test only checks that ledger +; does not crash when the --trace options was specified. +test reg --trace 10 2>/dev/null +07-Feb-02 RD VMMXX As:Inves:Vanguar:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Divid:Vanguar:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +end test |