From 36cd8164049b570d9730a886e55d5a985bae1c2b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 19:48:42 -0400 Subject: Moved the test sources around, so that all the unit tests are in test/unit. --- test/utility/t_utils.cc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/utility/t_utils.cc (limited to 'test/utility/t_utils.cc') diff --git a/test/utility/t_utils.cc b/test/utility/t_utils.cc deleted file mode 100644 index eda84a3a..00000000 --- a/test/utility/t_utils.cc +++ /dev/null @@ -1,10 +0,0 @@ -#include "t_utils.h" - -CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(UtilitiesTestCase, "utility"); - -void UtilitiesTestCase::setUp() {} -void UtilitiesTestCase::tearDown() {} - -void UtilitiesTestCase::testConstructors() -{ -} -- cgit v1.2.3