From c7a4dccd9f1b1fadcd47afe482c8a8ff9e05ea8f Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Mon, 11 Jun 2001 18:59:15 +0000 Subject: 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. --- src/cppunit/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cppunit/Makefile.am') diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index f8933c7..f76ae21 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.5 2001-06-02 22:29:52 smr99 Exp $ +# $Id: Makefile.am,v 1.6 2001-06-11 19:59:15 blep Exp $ # EXTRA_DIST = cppunit.dsw cppunit.dsp @@ -8,6 +8,7 @@ INCLUDES = -I$(top_srcdir)/include lib_LTLIBRARIES = libcppunit.la libcppunit_la_SOURCES = \ + NotEqualException.cpp \ TestCase.cpp \ TestSuite.cpp \ TestResult.cpp \ -- cgit v1.2.1