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_times.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/unit/t_times.cc') diff --git a/test/unit/t_times.cc b/test/unit/t_times.cc index 59acd98e..5b2e4d8f 100644 --- a/test/unit/t_times.cc +++ b/test/unit/t_times.cc @@ -6,11 +6,6 @@ using namespace ledger; CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(DateTimeTestCase, "util"); -void DateTimeTestCase::setUp() { -} -void DateTimeTestCase::tearDown() { -} - void DateTimeTestCase::testConstructors() { #ifndef NOT_FOR_PYTHON -- cgit v1.2.3