Browse Source

still had an interim attribute name here. fixed.

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

+ 1
- 1
src/etc/testcases/taskdefs/optional/schemavalidate.xml View File

@@ -10,7 +10,7 @@

<target name="testNoNamespace">
<schemavalidate
defaultSchemaFile="${doc.xsd}"
noNamespaceFile="${doc.xsd}"
file="xml/endpiece-noSchema.xml">
</schemavalidate>
</target>


Loading…
Cancel
Save