From: Scott M S. <st...@us...> - 2003-01-12 23:03:56
|
User: starksm Date: 03/01/12 15:03:55 Modified: . Tag: Branch_3_2 build.xml Log: Include the naming security tests in the tests-security-basic-unit section Revision Changes Path No revision No revision 1.165.2.33 +4 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.32 retrieving revision 1.165.2.33 diff -u -r1.165.2.32 -r1.165.2.33 --- build.xml 8 Jan 2003 17:36:07 -0000 1.165.2.32 +++ build.xml 12 Jan 2003 23:03:52 -0000 1.165.2.33 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.32 2003/01/08 17:36:07 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.165.2.33 2003/01/12 23:03:52 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3576,6 +3576,7 @@ <!-- do not include the dyn loading or security tests --> <exclude name="**/test/jrmp/test/DynLoadingUnitTestCase.class"/> + <exclude name="**/test/naming/test/Security*"/> <exclude name="**/test/security/test/*"/> <exclude name="**/test/securitymgr/test/*"/> @@ -3633,6 +3634,7 @@ <!-- do not include the perf, security, or iiop tests --> <!--mq test seems to break things--> <!--exclude name="**/JBossMQPerfStressTestCase.class"/--> + <exclude name="**/test/naming/test/Security*"/> <exclude name="**/test/perf/test/SecurePerfStressTestCase.class"/> <exclude name="**/test/security/test/*"/> <exclude name="**/test/securitymgr/test/*"/> @@ -3827,7 +3829,7 @@ fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> - <exclude name="**/test/security/test/SRPUnitTestCase.class"/> + <include name="**/test/naming/test/Security*"/> <include name="**/test/security/test/**UnitTestCase.class"/> </fileset> </batchtest> |