From 6bd5fc595aafbe0f72dd35524ef4a8986b95e2b7 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Mon, 12 Feb 2007 14:44:11 +0000 Subject: [PATCH] another bad test git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506467 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java b/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java index 27281e737..9fdf8a3ae 100644 --- a/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java +++ b/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java @@ -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 -- 2.39.5