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/10/13 05:01:18 UTC

cvs commit: jakarta-commons/jxpath project.xml build.xml

dmitri      2002/10/12 20:01:18

  Modified:    jxpath   project.xml build.xml
  Log:
  Renamed test classes for uniformity
  
  Revision  Changes    Path
  1.7       +1 -4      jakarta-commons/jxpath/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	29 Aug 2002 03:28:53 -0000	1.6
  +++ project.xml	13 Oct 2002 03:01:18 -0000	1.7
  @@ -64,10 +64,7 @@
     <build>
       <unitTest>
         <includes>
  -        <include>**/*TestCase.java</include>
  -        <include>**/DOMModelTest.java</include>
  -        <include>**/JDOMModelTest.java</include>
  -        <include>**/*InterpreterTest.java</include>
  +        <include>**/*Test.java</include>
         </includes>
       </unitTest>
     </build>
  
  
  
  1.15      +2 -2      jakarta-commons/jxpath/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	26 Aug 2002 22:33:20 -0000	1.14
  +++ build.xml	13 Oct 2002 03:01:18 -0000	1.15
  @@ -307,7 +307,7 @@
       <echo message="Running JXPath tests ..."/>
       <java classname="${test.runner}" fork="yes"
           failonerror="${test.failonerror}">
  -      <arg value="org.apache.commons.jxpath.JXPathTestCase"/>
  +      <arg value="org.apache.commons.jxpath.JXPathTest"/>
         <classpath refid="test.classpath"/>
       </java>
       <java classname="${test.runner}" fork="yes"
  
  
  

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