vmassol 01/09/07 09:08:00
Modified: cactus/conf/sample/build/share build-share.xml
Log:
use a TestAll test class to gather all tests instead of explicitely listing them in
the Ant junit task
Revision Changes Path
1.8 +1 -16 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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build-share.xml 2001/08/31 16:57:06 1.7
+++ build-share.xml 2001/09/07 16:08:00 1.8
@@ -390,22 +390,7 @@
<formatter type="plain" usefile="false"/>
- <!-- Note: This test need to run first. See the comments in the
- test class for more information on why -->
- <test
name="org.apache.commons.cactus.sample.unit.TestServletTestCase_TestResult"/>
-
- <!-- Functional tests -->
- <test name="org.apache.commons.cactus.sample.TestSampleServlet"/>
- <test name="org.apache.commons.cactus.sample.TestSampleServletConfig"/>
-
- <!-- Cactus unit tests requiring servlet engine -->
- <test
name="org.apache.commons.cactus.sample.unit.TestServletTestCase1"/>
- <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"/>
+ <test name="org.apache.commons.cactus.TestAll"/>
</junit>