From a84c42fc172b2d055e4f403073f011b22b8cb298 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Nov 2009 04:15:21 -0500 Subject: Fixed regression tests relating to b1d6ea876c5f --- test/baseline/opt-pricedb-format.test | 2 ++ test/baseline/opt-prices-format.test | 2 ++ test/regress/D943AE0F.test | 2 ++ 3 files changed, 6 insertions(+) diff --git a/test/baseline/opt-pricedb-format.test b/test/baseline/opt-pricedb-format.test index 5dbff609..e2c26f5f 100644 --- a/test/baseline/opt-pricedb-format.test +++ b/test/baseline/opt-pricedb-format.test @@ -1,5 +1,7 @@ pricedb --pricedb-format='P %(date) %(scrub(display_amount))\n' <<< +D $1,000.00 + P 2009/01/01 13:30:00 AAPL $10.00 P 2009/01/01 14:30:00 AAPL $20.00 P 2009/01/01 15:30:00 AAPL $30.00 diff --git a/test/baseline/opt-prices-format.test b/test/baseline/opt-prices-format.test index f8033c59..8a83ad5f 100644 --- a/test/baseline/opt-prices-format.test +++ b/test/baseline/opt-prices-format.test @@ -1,5 +1,7 @@ prices --prices-format='%(datetime) %(scrub(display_amount))\n' <<< +D $1,000.00 + P 2009/01/01 13:30:00 AAPL $10.00 P 2009/01/01 14:30:00 AAPL $20.00 P 2009/01/01 15:30:00 AAPL $30.00 diff --git a/test/regress/D943AE0F.test b/test/regress/D943AE0F.test index 3e568db6..94a26df5 100644 --- a/test/regress/D943AE0F.test +++ b/test/regress/D943AE0F.test @@ -1,5 +1,7 @@ reg -V --end=2009/06/16 <<< +D 1000.00 EUR + 2008/04/15 * Paid expenses back from cie. Expenses:Cie-Reimbursements 2000 CAD @ 1.10 EUR Assets:Checking -- cgit v1.2.3