From f63ce064612b0fb98b21ff3e36203c56fb081a7c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 17 Apr 2007 07:33:56 +0000 Subject: Added stubs for several more commodity tests. --- tests/corelib/numerics/CommodityAmount.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/corelib/numerics/CommodityAmount.h') diff --git a/tests/corelib/numerics/CommodityAmount.h b/tests/corelib/numerics/CommodityAmount.h index 5ffa7810..70d55de4 100644 --- a/tests/corelib/numerics/CommodityAmount.h +++ b/tests/corelib/numerics/CommodityAmount.h @@ -24,6 +24,10 @@ 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(); @@ -51,6 +55,10 @@ public: void testSign(); void testAbs(); void testPrinting(); + void testPriceHistory(); + void testLots(); + void testScalingBase(); + void testReduction(); private: CommodityAmountTestCase(const CommodityAmountTestCase ©); -- cgit v1.2.3