From de64861182dfc9b3deaaf95846997986bca41cd9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 2 May 2007 03:05:23 +0000 Subject: Added much documentation to amount.h --- tests/numerics/BasicAmount.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/numerics/BasicAmount.h') diff --git a/tests/numerics/BasicAmount.h b/tests/numerics/BasicAmount.h index 2c107f45..a6c8aff7 100644 --- a/tests/numerics/BasicAmount.h +++ b/tests/numerics/BasicAmount.h @@ -27,6 +27,7 @@ class BasicAmountTestCase : public CPPUNIT_NS::TestCase CPPUNIT_TEST(testComparisons); CPPUNIT_TEST(testSign); CPPUNIT_TEST(testAbs); + CPPUNIT_TEST(testReduction); CPPUNIT_TEST(testPrinting); CPPUNIT_TEST_SUITE_END(); @@ -58,6 +59,7 @@ public: void testComparisons(); void testSign(); void testAbs(); + void testReduction(); void testPrinting(); private: -- cgit v1.2.3