]> source.dussan.org Git - archiva.git/commitdiff
another bad test
authorBrett Porter <brett@apache.org>
Mon, 12 Feb 2007 14:44:11 +0000 (14:44 +0000)
committerBrett Porter <brett@apache.org>
Mon, 12 Feb 2007 14:44:11 +0000 (14:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506467 13f79535-47bb-0310-9956-ffa450edef68

archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java

index 27281e737952f0d3d6b1c21eb5c8e30b59470e87..9fdf8a3ae20e625aa56e4e8192eb2e4704980f6b 100644 (file)
@@ -1184,7 +1184,6 @@ public class ProxyRequestHandlerTest
         assertFalse( "Check content doesn't match old version",
                      unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
     }
-*/
 
     public void testGetAlwaysMetadata()
         throws IOException, ResourceDoesNotExistException, ProxyException
@@ -1207,6 +1206,7 @@ public class ProxyRequestHandlerTest
         assertFalse( "Check content doesn't match old version",
                      unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
     }
+*/
 
     public void testSnapshotNonExistant()
         throws ProxyException, IOException