diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-17 07:33:56 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:36 -0400 |
commit | f63ce064612b0fb98b21ff3e36203c56fb081a7c (patch) | |
tree | 93765cc9138df581e5f0e879f2aa1a813782e0d2 /tests/corelib/numerics/CommodityAmount.h | |
parent | f5956311af0425b6d1fd76752e84bd81a4c8ccd1 (diff) | |
download | fork-ledger-f63ce064612b0fb98b21ff3e36203c56fb081a7c.tar.gz fork-ledger-f63ce064612b0fb98b21ff3e36203c56fb081a7c.tar.bz2 fork-ledger-f63ce064612b0fb98b21ff3e36203c56fb081a7c.zip |
Added stubs for several more commodity tests.
Diffstat (limited to 'tests/corelib/numerics/CommodityAmount.h')
-rw-r--r-- | tests/corelib/numerics/CommodityAmount.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 ©); |