summaryrefslogtreecommitdiff
path: root/tests/numerics/t_amount.h
diff options
context:
space:
mode:
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();