You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ha...@apache.org on 2002/03/09 07:29:35 UTC

cvs commit: jakarta-commons-sandbox/altrmi tests.xml

hammant     02/03/08 22:29:35

  Modified:    altrmi   tests.xml
  Log:
  Typo correction from Vinay
  
  Revision  Changes    Path
  1.8       +3 -3      jakarta-commons-sandbox/altrmi/tests.xml
  
  Index: tests.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/tests.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- tests.xml	18 Feb 2002 21:40:28 -0000	1.7
  +++ tests.xml	9 Mar 2002 06:29:35 -0000	1.8
  @@ -3,7 +3,7 @@
   
   <!--
           "Alt (to) RMI" component of the Jakarta Commons Subproject
  -        $Id: tests.xml,v 1.7 2002/02/18 21:40:28 hammant Exp $
  +        $Id: tests.xml,v 1.8 2002/03/09 06:29:35 hammant Exp $
   -->
   
   
  @@ -260,9 +260,9 @@
     </target>
   
     <target name="directc" depends="generate">
  -    <java classname="org.apache.commons.altrmi.test.DirectTestC" fork="true">
  +    <java classname="org.apache.commons.altrmi.test.DirectTest" fork="true">
         <classpath refid="testA.classpath"/>
  -      <arg value="S"/>
  +      <arg value="C"/>
       </java>      
     </target>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>