diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-02 03:05:23 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:35 -0400 |
commit | de64861182dfc9b3deaaf95846997986bca41cd9 (patch) | |
tree | a94a4428874781a03c2810156bc2652064fa50b8 /tests/numerics/BasicAmount.h | |
parent | 103881ff80008b09608550de5b72b91509eb9fff (diff) | |
download | fork-ledger-de64861182dfc9b3deaaf95846997986bca41cd9.tar.gz fork-ledger-de64861182dfc9b3deaaf95846997986bca41cd9.tar.bz2 fork-ledger-de64861182dfc9b3deaaf95846997986bca41cd9.zip |
Added much documentation to amount.h
Diffstat (limited to 'tests/numerics/BasicAmount.h')
-rw-r--r-- | tests/numerics/BasicAmount.h | 2 |
1 files changed, 2 insertions, 0 deletions
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: |