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 2012/03/24 00:15:00 UTC

svn commit: r1304653 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/URLResolverTest.java

Author: maartenc
Date: Fri Mar 23 23:15:00 2012
New Revision: 1304653

URL: http://svn.apache.org/viewvc?rev=1304653&view=rev
Log:
removed commented code

Modified:
    ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/URLResolverTest.java

Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/URLResolverTest.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/URLResolverTest.java?rev=1304653&r1=1304652&r2=1304653&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/URLResolverTest.java (original)
+++ ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/URLResolverTest.java Fri Mar 23 23:15:00 2012
@@ -357,18 +357,5 @@ public class URLResolverTest extends Abs
 
         assertEquals(artifact, ar.getArtifact());
         assertEquals(DownloadStatus.SUCCESSFUL, ar.getDownloadStatus());
-
-        // test to ask to download again, should use cache
-        // report = resolver.download(new Artifact[] {artifact}, _data.getIvy(), _cache);
-        // assertNotNull(report);
-        //        
-        // assertEquals(1, report.getArtifactsReports().length);
-        //        
-        // ar = report.getArtifactReport(artifact);
-        // assertNotNull(ar);
-        //        
-        // assertEquals(artifact, ar.getArtifact());
-        // assertEquals(DownloadStatus.NO, ar.getDownloadStatus());
-        //    	
     }
 }