diff options
author | John Wiegley <johnw@newartisans.com> | 2011-02-12 17:31:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-02-12 18:11:26 -0500 |
commit | 9c62463f84dc398b41b387fbacce31abed7e4839 (patch) | |
tree | ba73122f301f477b8a4174bd1c3ff27334709ad0 /test/baseline/opt-unrealized-losses.test | |
parent | 512542552b3e3e78f610f3d3f2fd1c8169188324 (diff) | |
download | fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.gz fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.bz2 fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.zip |
Changed testing format to aid with debugging
Diffstat (limited to 'test/baseline/opt-unrealized-losses.test')
-rw-r--r-- | test/baseline/opt-unrealized-losses.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-unrealized-losses.test b/test/baseline/opt-unrealized-losses.test index 3b2c779a..5a460cbf 100644 --- a/test/baseline/opt-unrealized-losses.test +++ b/test/baseline/opt-unrealized-losses.test @@ -1,5 +1,3 @@ -bal -V --unrealized --unrealized-losses L -<<< 2008/10/01 Sample Assets:Brokerage 10 AAPL Assets:Checking $-200.00 @@ -9,10 +7,12 @@ P 2008/10/20 12:00:00 AAPL $10.00 ; 2008/10/20 <Generated Transaction> ; Assets:Brokerage $100 ; Equity:Unrealized Gains ->>>1 + +test bal -V --unrealized --unrealized-losses L $-100.00 Assets $100.00 Brokerage $-200.00 Checking $100.00 L -------------------- 0 +end test |