|
From: Scott M S. <st...@us...> - 2004-12-23 04:58:20
|
User: starksm Date: 04/12/22 20:58:14 Modified: . Tag: Branch_4_0 build.xml Log: Add the SecureTimerUnitTestCase to the security.includes Revision Changes Path No revision No revision 1.406.2.32 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.31 retrieving revision 1.406.2.32 diff -u -r1.406.2.31 -r1.406.2.32 --- build.xml 22 Dec 2004 20:30:37 -0000 1.406.2.31 +++ build.xml 23 Dec 2004 04:58:13 -0000 1.406.2.32 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.31 2004/12/22 20:30:37 ejort Exp $ --> +<!-- $Id: build.xml,v 1.406.2.32 2004/12/23 04:58:13 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"> |