You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2007/12/12 23:52:01 UTC

svn commit: r603760 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriterTest.java

Author: maartenc
Date: Wed Dec 12 14:52:00 2007
New Revision: 603760

URL: http://svn.apache.org/viewvc?rev=603760&view=rev
Log:
Don't validate 'test.xml' because it contains extra attributes.

Modified:
    ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriterTest.java

Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriterTest.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriterTest.java?rev=603760&r1=603759&r2=603760&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriterTest.java (original)
+++ ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriterTest.java Wed Dec 12 14:52:00 2007
@@ -78,7 +78,7 @@
 
     public void testFull() throws Exception {
         ModuleDescriptor md = XmlModuleDescriptorParser.getInstance().parseDescriptor(
-            new IvySettings(), XmlModuleDescriptorWriterTest.class.getResource("test.xml"), true);
+            new IvySettings(), XmlModuleDescriptorWriterTest.class.getResource("test.xml"), false);
         XmlModuleDescriptorWriter.write(md, LICENSE, _dest);
 
         assertTrue(_dest.exists());