From 4c460a1c40cfb1547ce9a4c91b4e8a87d768463d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 18 Apr 2007 23:49:09 +0000 Subject: Added initialize Commodity test file. --- tests/corelib/numerics/CommodityAmount.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/corelib/numerics/CommodityAmount.h') 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 ©); -- cgit v1.2.3