From d525db35d879d367264ce3093d508f6b3d9b5f89 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Feb 2009 13:16:28 -0400 Subject: Restored the use of Python unit tests --- test/unit/t_utils.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/unit/t_utils.h') 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 ©); -- cgit v1.2.3