Browse Source

and commenting out the feature tests in the test file.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273316 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
b623a8a40e
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/testcases/taskdefs/optional/xmlvalidate.xml

+ 4
- 4
src/etc/testcases/taskdefs/optional/xmlvalidate.xml View File

@@ -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>

Loading…
Cancel
Save