summaryrefslogtreecommitdiff
path: root/test/unit/t_amount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-28 20:49:26 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-28 20:49:26 -0400
commite851c02d2747be0acc336bc278da9e0460b75738 (patch)
treedf813c5c572922cf05a6317b7eb1d6062dedac05 /test/unit/t_amount.h
parent3020f0f8513d8cef04d4a291dc9b5fa50e1b832c (diff)
downloadfork-ledger-e851c02d2747be0acc336bc278da9e0460b75738.tar.gz
fork-ledger-e851c02d2747be0acc336bc278da9e0460b75738.tar.bz2
fork-ledger-e851c02d2747be0acc336bc278da9e0460b75738.zip
Unit test for Python are now auto-generated from the C++ tests.
Diffstat (limited to 'test/unit/t_amount.h')
-rw-r--r--test/unit/t_amount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/t_amount.h b/test/unit/t_amount.h
index a8310673..21224a09 100644
--- a/test/unit/t_amount.h
+++ b/test/unit/t_amount.h
@@ -48,6 +48,7 @@ class AmountTestCase : public CPPUNIT_NS::TestCase
CPPUNIT_TEST(testPrinting);
CPPUNIT_TEST(testCommodityPrinting);
CPPUNIT_TEST(testSerialization);
+ CPPUNIT_TEST(testXmlSerialization);
CPPUNIT_TEST_SUITE_END();
@@ -99,6 +100,7 @@ public:
void testPrinting();
void testCommodityPrinting();
void testSerialization();
+ void testXmlSerialization();
private:
AmountTestCase(const AmountTestCase &copy);