You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/11/16 15:34:38 UTC

cvs commit: jakarta-slide/testsuite build.xml

luetzkendorf    2004/11/16 06:34:38

  Modified:    testsuite build.xml
  Log:
  excluded tamino specific XPATH testcases from DASL testcases
  
  Revision  Changes    Path
  1.31      +5 -0      jakarta-slide/testsuite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml	21 Oct 2004 06:35:08 -0000	1.30
  +++ build.xml	16 Nov 2004 14:34:38 -0000	1.31
  @@ -90,6 +90,8 @@
     </target>
     <target name="tp.dasl" description="Runs DASL tests">
       <property name="tp.include" value="DASL/**/*.xml"/>
  +    <!-- TODO tamino specific testcases -->
  +    <property name="tp.exclude" value="DASL/functional/select/XPATH/*.xml"/>
       <antcall target="tp.pattern"/>
     </target>
     <target name="tp.i18n" description="Runs I18N tests">
  @@ -147,4 +149,7 @@
       <fail unless="tp.exists" message="${tp.props} not found. Please copy tp.properties.sample and adjust it to your environment."/>
       <property file="${tp.props}"/>
     </target>
  +
  +
  +
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org