diff --git a/headers/tools/cppunit/TestResult.h b/headers/tools/cppunit/TestResult.h deleted file mode 100644 index 499bb4d06c..0000000000 --- a/headers/tools/cppunit/TestResult.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _beos_test_result_h_ -#define _beos_test_result_h_ - -#include - -/*! \brief CppUnit::TestResult class with BeOS synchronization implementation. - -*/ -//template -class TestResult : public CppUnit::TestResult { -public: - TestResult(); -protected: -}; - -#endif // _beos_test_result_h_ - - diff --git a/headers/tools/cppunit/TestSuite.h b/headers/tools/cppunit/TestSuite.h deleted file mode 100644 index bf92a28a51..0000000000 --- a/headers/tools/cppunit/TestSuite.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _beos_test_suite_h_ -#define _beos_test_suite_h_ - -#include - -class TestSuite : public CppUnit::TestSuite { - //! Calls setUp(), runs the test suite, calls tearDown(). - virtual void run (CppUnit::TestResult *result); - - //! This function called *once* before the entire suite of tests is run - virtual void setUp() {} - - //! This function called *once* after the entire suite of tests is run - virtual void tearDown() {} - -}; - -#endif // _beos_test_suite_h_ \ No newline at end of file