From 9c62463f84dc398b41b387fbacce31abed7e4839 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 Feb 2011 17:31:49 -0500 Subject: Changed testing format to aid with debugging --- test/baseline/opt-depth_flat.test | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'test/baseline/opt-depth_flat.test') diff --git a/test/baseline/opt-depth_flat.test b/test/baseline/opt-depth_flat.test index 522e9034..7ca3d7d5 100644 --- a/test/baseline/opt-depth_flat.test +++ b/test/baseline/opt-depth_flat.test @@ -1,5 +1,3 @@ -bal --depth 1 --flat -<<< 2008/01/01 January Expenses:Books $10.00 Assets:Cash @@ -19,26 +17,27 @@ bal --depth 1 --flat Income:One:Books $-10.00 Income:One:Two:Books $-10.00 Income:One:Two:Three:Books $-10.00 ->>>1 -=== 0 -bal --depth 2 --flat ->>>1 + +test bal --depth 1 --flat +end test + +test bal --depth 2 --flat $-10.00 Assets:Cash $10.00 Expenses:Books -------------------- 0 -=== 0 -bal --depth 3 --flat ->>>1 +end test + +test bal --depth 3 --flat $-10.00 Assets:Cash $10.00 Expenses:Books $10.00 Expenses:One:Books $-10.00 Income:One:Books -------------------- 0 -=== 0 -bal --depth 4 --flat ->>>1 +end test + +test bal --depth 4 --flat $-10.00 Assets:Cash $10.00 Expenses:Books $10.00 Expenses:One:Books @@ -47,9 +46,9 @@ bal --depth 4 --flat $-10.00 Income:One:Two:Books -------------------- 0 -=== 0 -bal --depth 5 --flat ->>>1 +end test + +test bal --depth 5 --flat $-10.00 Assets:Cash $10.00 Expenses:Books $10.00 Expenses:One:Books @@ -60,3 +59,4 @@ bal --depth 5 --flat $-10.00 Income:One:Two:Three:Books -------------------- 0 +end test -- cgit v1.2.3