diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-18 23:49:09 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:37 -0400 |
commit | 4c460a1c40cfb1547ce9a4c91b4e8a87d768463d (patch) | |
tree | ea0adacb03f779059e36b3af84b3b0311d36de15 /tests/corelib/numerics/CommodityAmount.cc | |
parent | 705ce8c6a15a90517aca57bdcd8f3a921179cb11 (diff) | |
download | ledger-4c460a1c40cfb1547ce9a4c91b4e8a87d768463d.tar.gz ledger-4c460a1c40cfb1547ce9a4c91b4e8a87d768463d.tar.bz2 ledger-4c460a1c40cfb1547ce9a4c91b4e8a87d768463d.zip |
Added initialize Commodity test file.
Diffstat (limited to 'tests/corelib/numerics/CommodityAmount.cc')
-rw-r--r-- | tests/corelib/numerics/CommodityAmount.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/corelib/numerics/CommodityAmount.cc b/tests/corelib/numerics/CommodityAmount.cc index 0eca3140..c41b33d4 100644 --- a/tests/corelib/numerics/CommodityAmount.cc +++ b/tests/corelib/numerics/CommodityAmount.cc @@ -665,26 +665,6 @@ void CommodityAmountTestCase::testAbs() assertValid(x2); } -void CommodityAmountTestCase::testPriceHistory() -{ - // jww (2007-04-17): tbd -} - -void CommodityAmountTestCase::testLots() -{ - // jww (2007-04-17): tbd -} - -void CommodityAmountTestCase::testScalingBase() -{ - // jww (2007-04-17): tbd -} - -void CommodityAmountTestCase::testReduction() -{ - // jww (2007-04-17): tbd -} - void CommodityAmountTestCase::testPrinting() { amount_t x0; |