summaryrefslogtreecommitdiff
path: root/test/baseline/opt-depth.test
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-02-12 17:31:49 -0500
committerJohn Wiegley <johnw@newartisans.com>2011-02-12 18:11:26 -0500
commit9c62463f84dc398b41b387fbacce31abed7e4839 (patch)
treeba73122f301f477b8a4174bd1c3ff27334709ad0 /test/baseline/opt-depth.test
parent512542552b3e3e78f610f3d3f2fd1c8169188324 (diff)
downloadfork-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.test30
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