You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dm...@apache.org on 2002/08/10 03:50:59 UTC

cvs commit: jakarta-commons/jxpath build.xml

dmitri      2002/08/09 18:50:59

  Modified:    jxpath   build.xml
  Log:
  Added a test
  
  Revision  Changes    Path
  1.13      +6 -1      jakarta-commons/jxpath/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml	26 Jul 2002 12:42:14 -0000	1.12
  +++ build.xml	10 Aug 2002 01:50:59 -0000	1.13
  @@ -308,6 +308,11 @@
         <arg value="org.apache.commons.jxpath.JXPathTestCase"/>
         <classpath refid="test.classpath"/>
       </java>
  +    <java classname="${test.runner}" fork="yes"
  +        failonerror="${test.failonerror}">
  +      <arg value="org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest"/>
  +      <classpath refid="test.classpath"/>
  +    </java>
     </target>
   
   
  
  
  

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