summaryrefslogtreecommitdiff
path: root/src/cppunit
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-09-16 18:27:02 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-09-16 18:27:02 +0000
commit4d8f4e24048feecd5d630bff4e6c6c1883ac2402 (patch)
treecabcb8ec8626f42396ba75f46ba80bc6861a6c02 /src/cppunit
parent4e18414e298bbf0855c99c0549a2883b9b614031 (diff)
downloadcppunit-4d8f4e24048feecd5d630bff4e6c6c1883ac2402.tar.gz
Revert TestFixture-related changes from 2001-07-15.
Diffstat (limited to 'src/cppunit')
-rw-r--r--src/cppunit/TestCase.cpp10
-rw-r--r--src/cppunit/cppunit.dsp4
2 files changed, 10 insertions, 4 deletions
diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp
index fc9269d..9499416 100644
--- a/src/cppunit/TestCase.cpp
+++ b/src/cppunit/TestCase.cpp
@@ -104,6 +104,16 @@ std::string
}
+/// A hook for fixture set up
+void TestCase::setUp ()
+{}
+
+
+/// A hook for fixture tear down
+void TestCase::tearDown ()
+{}
+
+
/// Returns the name of the test case instance
std::string
TestCase::toString () const
diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp
index 60a1755..e8ae0bd 100644
--- a/src/cppunit/cppunit.dsp
+++ b/src/cppunit/cppunit.dsp
@@ -227,10 +227,6 @@ SOURCE=..\..\include\cppunit\TestFailure.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\cppunit\TestFixture.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\cppunit\TestListener.h
# End Source File
# Begin Source File