User: d_jencks
  Date: 01/09/14 20:26:06

  Modified:    .        build.xml
  Log:
  Fixed jrmp test cases and converted to JBossTestCase and logging
  
  Revision  Changes    Path
  1.22      +3 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 2001/09/15 02:53:25     1.21
  +++ build.xml 2001/09/15 03:26:06     1.22
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.21 2001/09/15 02:53:25 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.22 2001/09/15 03:26:06 d_jencks Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -994,7 +994,8 @@
         <fileset dir="${build.classes}">
           <patternset refid="common.test.client.classes"/>
           <include name="org/jboss/test/jrmp/interfaces/**"/>
  -        <include name="org/jboss/test/jrmp/test/TestDynLoading*.class"/>
  +        <include name="org/jboss/test/jrmp/test/DynLoading*.class"/>
  +        <include name="org/jboss/test/JBossTestCase.class"/>
         </fileset>
       </jar>
   
  
  
  

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

Reply via email to