User: d_jencks
  Date: 01/09/15 22:48:28

  Modified:    .        build.xml
  Log:
  Removed DynLoadingUnitTestCase from tests-standard-unit since it is a client test 
and fails as a standard test.
  
  Revision  Changes    Path
  1.25      +3 -3      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml 2001/09/16 05:29:20     1.24
  +++ build.xml 2001/09/16 05:48:28     1.25
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.24 2001/09/16 05:29:20 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.25 2001/09/16 05:48:28 d_jencks Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1486,8 +1486,8 @@
           <fileset dir="${build.classes}">
             <include name="**/*UnitTestCase.class"/>
   
  -          <!-- do not include the perf or security tests -->
  -          <exclude name="**/test/perf/test/SecurePerfStressTestCase"/>
  +          <!-- do not include the dyn loading or security tests -->
  +          <exclude name="**/test/jrmp/test/DynLoadingUnitTestCase.class"/>
             <exclude name="**/test/security/test/*"/>
           </fileset>
         </batchtest>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to