|
From: Scott M S. <st...@us...> - 2003-08-24 19:53:31
|
User: starksm
Date: 03/08/24 12:53:30
Modified: . Tag: Branch_3_2 build.xml
Log:
Move the SecureJMXInvokerUnitTestCase to the basic security tests
Revision Changes Path
No revision
No revision
1.165.2.96 +3 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.95
retrieving revision 1.165.2.96
diff -u -r1.165.2.95 -r1.165.2.96
--- build.xml 24 Aug 2003 16:49:25 -0000 1.165.2.95
+++ build.xml 24 Aug 2003 19:53:29 -0000 1.165.2.96
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.95 2003/08/24 16:49:25 loubyansky Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.96 2003/08/24 19:53:29 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4405,6 +4405,7 @@
fork="${junit.batchtest.fork}">
<fileset dir="${build.classes}">
+ <include name="**/test/jmx/test/SecureJMXInvokerUnitTestCase.class"/>
<include name="**/test/perf/test/SecurePerfStressTestCase.class"/>
<include name="**/test/security/test/*StressTestCase.class"/>
</fileset>
@@ -4740,6 +4741,7 @@
<include name="**/jbossmx/implementation/**/*TestCase.class"/>
<!-- Ignore the abstract class -->
<exclude name="org/jboss/test/jbossmx/implementation/TestCase.class"/>
+ <exclude name="org/jboss/test/jmx/test/SecureJMXInvokerUnitTestCase.class"/>
</fileset>
</batchtest>
</junit>
|