vmassol 01/06/18 01:17:39
Modified: cactus/conf/sample/build/share build-share.xml
Log:
Added unit test to verify that tearDown() is called even when an exception is raised
during the test
Revision Changes Path
1.2 +1 -0 jakarta-commons/cactus/conf/sample/build/share/build-share.xml
Index: build-share.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cactus/conf/sample/build/share/build-share.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-share.xml 2001/06/17 17:17:30 1.1
+++ build-share.xml 2001/06/18 08:17:34 1.2
@@ -387,6 +387,7 @@
<test
name="org.apache.commons.cactus.sample.unit.TestServletTestCase2"/>
<test
name="org.apache.commons.cactus.sample.unit.TestServletTestCase3"/>
<test
name="org.apache.commons.cactus.sample.unit.TestServletTestCase4"/>
+ <test
name="org.apache.commons.cactus.sample.unit.TestServletTestCase5"/>
<test
name="org.apache.commons.cactus.sample.unit.TestServletTestCaseSpecific"/>
<test name="org.apache.commons.cactus.sample.unit.TestJspTestCase"/>