|
From: Scott M S. <st...@us...> - 2004-12-23 21:59:12
|
User: starksm Date: 04/12/23 13:59:05 Modified: . build.xml Log: Add the SecureTimerUnitTestCase to the security.includes Revision Changes Path 1.433 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.432 retrieving revision 1.433 diff -u -r1.432 -r1.433 --- build.xml 22 Dec 2004 20:31:40 -0000 1.432 +++ build.xml 23 Dec 2004 21:59:04 -0000 1.433 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.432 2004/12/22 20:31:40 starksm Exp $ --> +<!-- $Id: build.xml,v 1.433 2004/12/23 21:59:04 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -439,6 +439,7 @@ <include name="**/test/jmx/test/Secure*TestCase.class"/> <include name="**/test/jrmp/test/DynLoadingUnitTestCase.class"/> <include name="**/test/perf/test/SecurePerfStressTestCase.class"/> + <include name="**/test/timer/test/SecureTimerUnitTestCase.class"/> </patternset> <patternset id="security.excludes"> <exclude name="**/test/naming/test/Security*"/> @@ -446,6 +447,7 @@ <exclude name="**/test/jmx/test/Secure*"/> <exclude name="**/test/jrmp/test/DynLoadingUnitTestCase.class"/> <exclude name="**/test/perf/test/SecurePerfStressTestCase.class"/> + <exclude name="**/test/timer/test/SecureTimerUnitTestCase.class"/> </patternset> <!-- A patternset that requires jboss to run with a security manager --> <patternset id="securitymgr.includes"> |