You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by gs...@apache.org on 2007/06/29 12:18:56 UTC

svn commit: r551868 - /incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java

Author: gscokart
Date: Fri Jun 29 05:18:55 2007
New Revision: 551868

URL: http://svn.apache.org/viewvc?view=rev&rev=551868
Log:
clean doc

Modified:
    incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java?view=diff&rev=551868&r1=551867&r2=551868
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java Fri Jun 29 05:18:55 2007
@@ -78,11 +78,6 @@
 
     public void testUpdateWithImportedMappingOverride() throws Exception {
         ByteArrayOutputStream buffer = new ByteArrayOutputStream();
-        //This should normally work with test-configurations-import4.xml, but it fail because
-        //the context of the import is not passed.  To fix the test, I have copied the
-        //file to test-configurations-import6.xml in order to use a path relative to
-        //the execution directory.
-        //But that may hidde a bug!
         URL settingsUrl = new File("test/java/org/apache/ivy/plugins/parser/xml/" 
             + "test-configurations-import4.xml").toURL();
         XmlModuleDescriptorUpdater.update(new IvySettings(), settingsUrl, buffer, new HashMap(),