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-depth.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-depth.test')
-rw-r--r-- | test/baseline/opt-depth.test | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/test/baseline/opt-depth.test b/test/baseline/opt-depth.test index 33e18912..b302d9b9 100644 --- a/test/baseline/opt-depth.test +++ b/test/baseline/opt-depth.test @@ -1,5 +1,3 @@ -bal --depth 1 -<<< 2008/01/01 January Expenses:Books $10.00 Assets:Cash @@ -19,15 +17,16 @@ bal --depth 1 Income:One:Books $-10.00 Income:One:Two:Books $-10.00 Income:One:Two:Three:Books $-10.00 ->>>1 + +test bal --depth 1 $-10.00 Assets $40.00 Expenses $-30.00 Income -------------------- 0 -=== 0 -bal --depth 2 ->>>1 +end test + +test bal --depth 2 $-10.00 Assets:Cash $40.00 Expenses $10.00 Books @@ -35,9 +34,9 @@ bal --depth 2 $-30.00 Income:One -------------------- 0 -=== 0 -bal --depth 3 ->>>1 +end test + +test bal --depth 3 $-10.00 Assets:Cash $40.00 Expenses $10.00 Books @@ -49,9 +48,9 @@ bal --depth 3 $-20.00 Two -------------------- 0 -=== 0 -bal --depth 4 ->>>1 +end test + +test bal --depth 4 $-10.00 Assets:Cash $40.00 Expenses $10.00 Books @@ -67,9 +66,9 @@ bal --depth 4 $-10.00 Three -------------------- 0 -=== 0 -bal --depth 5 ->>>1 +end test + +test bal --depth 5 $-10.00 Assets:Cash $40.00 Expenses $10.00 Books @@ -85,3 +84,4 @@ bal --depth 5 $-10.00 Three:Books -------------------- 0 +end test |