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-plot-amount-format.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/baseline/opt-plot-amount-format.test') diff --git a/test/baseline/opt-plot-amount-format.test b/test/baseline/opt-plot-amount-format.test index 3146ebba..9c18a6d5 100644 --- a/test/baseline/opt-plot-amount-format.test +++ b/test/baseline/opt-plot-amount-format.test @@ -1,8 +1,8 @@ -reg -j --plot-amount-format='X %(format_date(date, "%Y-%m-%d")) Y %(quantity(scrub(display_amount)))\n' -<<< 2007/02/02 RD VMMXX Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 Income:Dividends:Vanguard:VMMXX $-0.35 ->>>1 + +test reg -j --plot-amount-format='X %(format_date(date, "%Y-%m-%d")) Y %(quantity(scrub(display_amount)))\n' X 2007-02-02 Y 0.35 X 2007-02-02 Y -0.35 +end test -- cgit v1.2.3