diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-24 13:16:28 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-24 13:16:28 -0400 |
commit | d525db35d879d367264ce3093d508f6b3d9b5f89 (patch) | |
tree | 8da522d2d10bd77784a76ff3ee2f49e0b8f2c181 /test/unit/t_utils.h | |
parent | 07fcc3a08af552bd40d4bd5103d4668662acdaf4 (diff) | |
download | fork-ledger-d525db35d879d367264ce3093d508f6b3d9b5f89.tar.gz fork-ledger-d525db35d879d367264ce3093d508f6b3d9b5f89.tar.bz2 fork-ledger-d525db35d879d367264ce3093d508f6b3d9b5f89.zip |
Restored the use of Python unit tests
Diffstat (limited to 'test/unit/t_utils.h')
-rw-r--r-- | test/unit/t_utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/t_utils.h b/test/unit/t_utils.h index 97154bae..4520c580 100644 --- a/test/unit/t_utils.h +++ b/test/unit/t_utils.h @@ -7,7 +7,7 @@ class UtilitiesTestCase : public CPPUNIT_NS::TestCase { CPPUNIT_TEST_SUITE(UtilitiesTestCase); - CPPUNIT_TEST(testConstructors); + //CPPUNIT_TEST(testConstructors); CPPUNIT_TEST_SUITE_END(); @@ -15,10 +15,10 @@ public: UtilitiesTestCase() {} virtual ~UtilitiesTestCase() {} - virtual void setUp(); - virtual void tearDown(); + //virtual void setUp(); + //virtual void tearDown(); - void testConstructors(); + //void testConstructors(); private: UtilitiesTestCase(const UtilitiesTestCase ©); |