From 6e582a87774140337b56568358e27e7cfe09514c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 28 Jun 2009 15:51:05 +0100 Subject: Added four missing baseline tests --- test/baseline/opt-color.test | 13 +++++++++++++ test/baseline/opt-comm-as-account.test | 11 +++++++++++ test/baseline/opt-comm-as-payee.test | 11 +++++++++++ test/baseline/opt-no-total.test | 10 ++++++++++ 4 files changed, 45 insertions(+) create mode 100644 test/baseline/opt-color.test create mode 100644 test/baseline/opt-comm-as-account.test create mode 100644 test/baseline/opt-comm-as-payee.test create mode 100644 test/baseline/opt-no-total.test (limited to 'test/baseline') diff --git a/test/baseline/opt-color.test b/test/baseline/opt-color.test new file mode 100644 index 00000000..169c46ae --- /dev/null +++ b/test/baseline/opt-color.test @@ -0,0 +1,13 @@ +bal --color +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + 0.350 VMMXX Assets:Investments:Vanguard:VMMXX + $-0.35 Income:Dividends:Vanguard:VMMXX +-------------------- + $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-comm-as-account.test b/test/baseline/opt-comm-as-account.test new file mode 100644 index 00000000..c92a47fd --- /dev/null +++ b/test/baseline/opt-comm-as-account.test @@ -0,0 +1,11 @@ +reg --comm-as-account +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX VMMXX 0.350 VMMXX 0.350 VMMXX +07-Feb-02 RD VMMXX $ $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-comm-as-payee.test b/test/baseline/opt-comm-as-payee.test new file mode 100644 index 00000000..94b37b85 --- /dev/null +++ b/test/baseline/opt-comm-as-payee.test @@ -0,0 +1,11 @@ +reg --comm-as-payee +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX +07-Feb-02 $ In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-no-total.test b/test/baseline/opt-no-total.test new file mode 100644 index 00000000..d1a11485 --- /dev/null +++ b/test/baseline/opt-no-total.test @@ -0,0 +1,10 @@ +bal --no-total +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + 0.350 VMMXX Assets:Investments:Vanguard:VMMXX + $-0.35 Income:Dividends:Vanguard:VMMXX +>>>2 +=== 0 -- cgit v1.2.3