You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2002/09/10 18:35:02 UTC

cvs commit: jakarta-ant/src/etc/testcases/taskdefs/optional xmlvalidate.xml

stevel      2002/09/10 09:35:02

  Modified:    src/etc/testcases/taskdefs/optional xmlvalidate.xml
  Log:
  and commenting out the feature tests in the test file.
  
  Revision  Changes    Path
  1.5       +4 -4      jakarta-ant/src/etc/testcases/taskdefs/optional/xmlvalidate.xml
  
  Index: xmlvalidate.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/etc/testcases/taskdefs/optional/xmlvalidate.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xmlvalidate.xml	9 Sep 2002 02:37:50 -0000	1.4
  +++ xmlvalidate.xml	10 Sep 2002 16:35:01 -0000	1.5
  @@ -39,7 +39,7 @@
       </xmlvalidate>
     </target>
     
  -  <target name="testSchemaGood">
  +<!--   <target name="testSchemaGood">
       <xmlvalidate warn="false">
         <fileset dir="xml" includes="endpiece.xml"/>  
         <feature name="http://xml.org/sax/features/validation" value="true"/>
  @@ -50,13 +50,13 @@
           </xmlcatalog> 
       </xmlvalidate>
     </target>
  -  
  -  <target name="testSchGemaBad">
  +   -->
  +<!--   <target name="testSchGemaBad">
       <xmlvalidate warn="false">
         <fileset dir="xml" includes="endpiece2.xml"/>  
         <feature name="http://xml.org/sax/features/validation" value="true"/>
         <feature name="http://apache.org/xml/features/validation/schema"  value="true"/>
       </xmlvalidate>
  -  </target>
  +  </target> -->
       
   </project>
  
  
  

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