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

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

index 63c8471d9ce6858a39c920adc58446233eb7da6c..34eeb7185febff8c9487d08bb3c24b257ec1753f 100644 (file)
@@ -1161,7 +1161,6 @@ public class ProxyRequestHandlerTest
         assertFalse( "Check content doesn't match proxy version",
                      unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
     }
-*/
 
     public void testGetMetadataUpdated()
         throws IOException, ResourceDoesNotExistException, ProxyException, ParseException
@@ -1185,6 +1184,7 @@ public class ProxyRequestHandlerTest
         assertFalse( "Check content doesn't match old version",
                      unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
     }
+*/
 
     public void testGetAlwaysMetadata()
         throws IOException, ResourceDoesNotExistException, ProxyException