From 1e7cb475db15831c3e82ebd553dfe23013f301d5 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Mon, 12 Feb 2007 14:00:05 +0000 Subject: [PATCH] a second unreliable test git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506446 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 63c8471d9..34eeb7185 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 @@ -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 -- 2.39.5