User: starksm 
  Date: 01/12/08 11:00:20

  Modified:    .        build.xml
  Log:
  Exclude XAUnitTestCase until it can be updated
  
  Revision  Changes    Path
  1.44      +3 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml 2001/12/06 02:16:11     1.43
  +++ build.xml 2001/12/08 19:00:20     1.44
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.43 2001/12/06 02:16:11 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.44 2001/12/08 19:00:20 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1504,6 +1504,8 @@
             <!-- do not include the dyn loading or security tests -->
             <exclude name="**/test/jrmp/test/DynLoadingUnitTestCase.class"/>
             <exclude name="**/test/security/test/*"/>
  +          <!-- Exclude XAUnitTestCase until it can be updated -->
  +          <exclude name="**/test/xa/test/XAUnitTestCase.class"/>
           </fileset>
         </batchtest>
       </junit>
  
  
  

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

Reply via email to