summaryrefslogtreecommitdiff
path: root/tests/corelib/numerics/CommodityAmount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-18 23:49:09 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:37 -0400
commit4c460a1c40cfb1547ce9a4c91b4e8a87d768463d (patch)
treeea0adacb03f779059e36b3af84b3b0311d36de15 /tests/corelib/numerics/CommodityAmount.h
parent705ce8c6a15a90517aca57bdcd8f3a921179cb11 (diff)
downloadfork-ledger-4c460a1c40cfb1547ce9a4c91b4e8a87d768463d.tar.gz
fork-ledger-4c460a1c40cfb1547ce9a4c91b4e8a87d768463d.tar.bz2
fork-ledger-4c460a1c40cfb1547ce9a4c91b4e8a87d768463d.zip
Added initialize Commodity test file.
Diffstat (limited to 'tests/corelib/numerics/CommodityAmount.h')
-rw-r--r--tests/corelib/numerics/CommodityAmount.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/corelib/numerics/CommodityAmount.h b/tests/corelib/numerics/CommodityAmount.h
index 70d55de4..5ffa7810 100644
--- a/tests/corelib/numerics/CommodityAmount.h
+++ b/tests/corelib/numerics/CommodityAmount.h
@@ -24,10 +24,6 @@ class CommodityAmountTestCase : public CPPUNIT_NS::TestCase
CPPUNIT_TEST(testSign);
CPPUNIT_TEST(testAbs);
CPPUNIT_TEST(testPrinting);
- CPPUNIT_TEST(testPriceHistory);
- CPPUNIT_TEST(testLots);
- CPPUNIT_TEST(testScalingBase);
- CPPUNIT_TEST(testReduction);
CPPUNIT_TEST_SUITE_END();
@@ -55,10 +51,6 @@ public:
void testSign();
void testAbs();
void testPrinting();
- void testPriceHistory();
- void testLots();
- void testScalingBase();
- void testReduction();
private:
CommodityAmountTestCase(const CommodityAmountTestCase &copy);