Author: maartenc
Date: Mon Apr  7 15:15:01 2008
New Revision: 645711

URL: http://svn.apache.org/viewvc?rev=645711&view=rev
Log:
Changed incorrect "name" attribute to "module" attribute. This will avoid a 
confusing test failure when using a non-validating XML parser.

Modified:
    ant/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badxml.xml

Modified: 
ant/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badxml.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badxml.xml?rev=645711&r1=645710&r2=645711&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badxml.xml 
(original)
+++ ant/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badxml.xml 
Mon Apr  7 15:15:01 2008
@@ -17,5 +17,5 @@
    under the License.    
 -->
 <ivy-module version="1.1">
-       <info organisation="myorg" name="mymodule" revision="badxml" 
badatt="invalid"/>
+       <info organisation="myorg" module="mymodule" revision="badxml" 
badatt="invalid"/>
 </ivy-module>


Reply via email to