User: starksm
Date: 01/09/18 01:24:30
Modified: . build.xml
Log:
Correct the tests that should be run for the tests-security-basic-unit target
Revision Changes Path
1.28 +5 -3 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 2001/09/18 03:43:51 1.27
+++ build.xml 2001/09/18 08:24:30 1.28
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.27 2001/09/18 03:43:51 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.28 2001/09/18 08:24:30 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1273,7 +1273,6 @@
<fileset dir="${build.classes}">
<include name="org/jboss/test/security/interfaces/**"/>
<include name="org/jboss/test/security/ejb/**"/>
- <include name="org/jboss/test/security/proxy/**"/>
<include name="org/jboss/test/security/test/Namespace*"/>
<include name="org/jboss/test/security/test/PermissionName*"/>
</fileset>
@@ -1675,7 +1674,10 @@
fork="${junit.batchtest.fork}">
<fileset dir="${build.classes}">
- <include name="**/test/security/test/*UnitTestCase.class"/>
+ <include name="**/test/security/test/LoginContextUnitTestCase.class"/>
+ <include
name="**/test/security/test/NamespacePermissionsUnitTestCase.class"/>
+ <include name="**/test/security/test/PermissionNameUnitTestCase.class"/>
+ <include name="**/test/security/test/EJBSpecUnitTestCase.class"/>
</fileset>
</batchtest>
</junit>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development