Author: brett
Date: Thu Sep  7 22:17:35 2006
New Revision: 441378

URL: http://svn.apache.org/viewvc?view=rev&rev=441378
Log:
remove unused classes

Modified:
    
maven/archiva/trunk/archiva-converter/src/test/java/org/apache/maven/archiva/converter/RepositoryConverterTest.java

Modified: 
maven/archiva/trunk/archiva-converter/src/test/java/org/apache/maven/archiva/converter/RepositoryConverterTest.java
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-converter/src/test/java/org/apache/maven/archiva/converter/RepositoryConverterTest.java?view=diff&rev=441378&r1=441377&r2=441378
==============================================================================
--- 
maven/archiva/trunk/archiva-converter/src/test/java/org/apache/maven/archiva/converter/RepositoryConverterTest.java
 (original)
+++ 
maven/archiva/trunk/archiva-converter/src/test/java/org/apache/maven/archiva/converter/RepositoryConverterTest.java
 Thu Sep  7 22:17:35 2006
@@ -33,7 +33,6 @@
 
 import java.io.File;
 import java.io.IOException;
-import java.net.MalformedURLException;
 import java.text.SimpleDateFormat;
 import java.util.ArrayList;
 import java.util.Iterator;
@@ -586,7 +585,7 @@
     }
 
     public void testForcedUnmodifiedArtifact()
-        throws Exception, IOException
+        throws Exception
     {
         // test unmodified artifact is still converted when set to force
 
@@ -777,7 +776,7 @@
     }
 
     public void testInvalidSourceSnapshotMetadata()
-        throws Exception, MalformedURLException
+        throws Exception
     {
         // test artifact is not converted when source snapshot metadata is 
invalid and returns failure
 


Reply via email to