summaryrefslogtreecommitdiff
path: root/tests/numerics/t_amount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-08 10:33:25 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:42 -0400
commit42d799a1fdde6278fe42be58786937e49fcf1c3f (patch)
treefeebcb9be4b03093e961b083bf90fe05f21b9329 /tests/numerics/t_amount.h
parent4e9056b6ce395531098a72d431b911f4ecbbbaab (diff)
downloadfork-ledger-42d799a1fdde6278fe42be58786937e49fcf1c3f.tar.gz
fork-ledger-42d799a1fdde6278fe42be58786937e49fcf1c3f.tar.bz2
fork-ledger-42d799a1fdde6278fe42be58786937e49fcf1c3f.zip
Added tests to complete coverage.
Diffstat (limited to 'tests/numerics/t_amount.h')
-rw-r--r--tests/numerics/t_amount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/numerics/t_amount.h b/tests/numerics/t_amount.h
index 0bf0017f..9b3d36f0 100644
--- a/tests/numerics/t_amount.h
+++ b/tests/numerics/t_amount.h
@@ -9,6 +9,7 @@ class AmountTestCase : public CPPUNIT_NS::TestCase
CPPUNIT_TEST(testConstructors);
CPPUNIT_TEST(testCommodityConstructors);
+ CPPUNIT_TEST(testParser);
CPPUNIT_TEST(testAssignment);
CPPUNIT_TEST(testCommodityAssignment);
CPPUNIT_TEST(testEquality);
@@ -60,6 +61,7 @@ public:
void testConstructors();
void testCommodityConstructors();
+ void testParser();
void testAssignment();
void testCommodityAssignment();
void testEquality();