From 2f8d7092bc2c9609fa98d6888106b96f38b22828 Mon Sep 17 00:00:00 2001 From: dan miller Date: Sun, 21 Oct 2007 08:36:32 +0000 Subject: libraries moved to opensim-libs, a new repository --- .../tests/CppTestHarness/PrintfTestReporter.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libraries/ode-0.9/tests/CppTestHarness/PrintfTestReporter.h (limited to 'libraries/ode-0.9/tests/CppTestHarness/PrintfTestReporter.h') diff --git a/libraries/ode-0.9/tests/CppTestHarness/PrintfTestReporter.h b/libraries/ode-0.9/tests/CppTestHarness/PrintfTestReporter.h deleted file mode 100644 index 8d4372a..0000000 --- a/libraries/ode-0.9/tests/CppTestHarness/PrintfTestReporter.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef PRINTF_TEST_REPORTER -#define PRINTF_TEST_REPORTER - -#include "TestReporter.h" - -namespace CppTestHarness -{ - -class PrintfTestReporter : public TestReporter -{ -private: - virtual void ReportFailure(char const* file, int line, std::string failure); - virtual void ReportSingleResult(const std::string& testName, bool failed); - virtual void ReportSummary(int testCount, int failureCount); -}; - -} - -#endif - -- cgit v1.1