diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-03 19:06:02 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-03 19:06:56 -0400 |
commit | bee8e501664decec2bbae63df58ab1fedc240354 (patch) | |
tree | bee0e1ab4a87efe14d143004a35d55743039f462 /test/unit/t_amount.h | |
parent | c6d3cce6d5ace51aa48b6d4af0e7149ba79bb1e8 (diff) | |
download | fork-ledger-bee8e501664decec2bbae63df58ab1fedc240354.tar.gz fork-ledger-bee8e501664decec2bbae63df58ab1fedc240354.tar.bz2 fork-ledger-bee8e501664decec2bbae63df58ab1fedc240354.zip |
Removed serialization tests from the amount_t unit tests.
Diffstat (limited to 'test/unit/t_amount.h')
-rw-r--r-- | test/unit/t_amount.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/t_amount.h b/test/unit/t_amount.h index a3727c61..f2ab38d6 100644 --- a/test/unit/t_amount.h +++ b/test/unit/t_amount.h @@ -44,8 +44,6 @@ class AmountTestCase : public CPPUNIT_NS::TestCase CPPUNIT_TEST(testCommodityConversion); CPPUNIT_TEST(testPrinting); CPPUNIT_TEST(testCommodityPrinting); - CPPUNIT_TEST(testSerialization); - CPPUNIT_TEST(testXmlSerialization); CPPUNIT_TEST_SUITE_END(); @@ -96,8 +94,6 @@ public: void testCommodityConversion(); void testPrinting(); void testCommodityPrinting(); - void testSerialization(); - void testXmlSerialization(); private: AmountTestCase(const AmountTestCase ©); |