summaryrefslogtreecommitdiff
path: root/src/cppunit/cppunit.dsp
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2001-06-11 18:59:15 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2001-06-11 18:59:15 +0000
commitc7a4dccd9f1b1fadcd47afe482c8a8ff9e05ea8f (patch)
treef0bb90d0fd555bbf07646380c6cab7bf06254620 /src/cppunit/cppunit.dsp
parent1806e9640462461fba3e1149c7b2c4a31805ec5e (diff)
downloadcppunit-c7a4dccd9f1b1fadcd47afe482c8a8ff9e05ea8f.tar.gz
Include/cppunit/NotEqualException.
include/cppunit/NotEqualException.cpp: addded, exception to be used with assertEquals(). * src/cppunit/RepeatedTest.cpp: added to reduce header dependency (TestResult.h was missing). * src/cppunit/TestAssert.cpp: added to put non template functions there. * src/cppunit/TestCase.cpp: added std:: prefix to catch (exception& e). Integrated a modified version of Tim Jansen patch (#403745) for TestCase to make the unit test (TestCaseTest) pass. If the setUp() fail then neither the runTest() nor the tearDown() method is called.
Diffstat (limited to 'src/cppunit/cppunit.dsp')
-rw-r--r--src/cppunit/cppunit.dsp20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp
index 1ac2f67..3a52746 100644
--- a/src/cppunit/cppunit.dsp
+++ b/src/cppunit/cppunit.dsp
@@ -122,6 +122,10 @@ SOURCE=..\..\include\cppunit\extensions\Orthodox.h
# End Source File
# Begin Source File
+SOURCE=.\RepeatedTest.cpp
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\cppunit\extensions\RepeatedTest.h
# End Source File
# Begin Source File
@@ -142,10 +146,6 @@ SOURCE=..\..\include\cppunit\extensions\TestFactoryRegistry.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\cppunit\extensions\TestSetup.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\cppunit\extensions\TestSuiteBuilder.h
# End Source File
# Begin Source File
@@ -183,10 +183,22 @@ SOURCE=..\..\include\cppunit\Exception.h
# End Source File
# Begin Source File
+SOURCE=.\NotEqualException.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\cppunit\NotEqualException.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\cppunit\Test.h
# End Source File
# Begin Source File
+SOURCE=.\TestAssert.cpp
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\cppunit\TestAssert.h
# End Source File
# Begin Source File