aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2007-02-12 14:44:11 +0000
committerBrett Porter <brett@apache.org>2007-02-12 14:44:11 +0000
commit6bd5fc595aafbe0f72dd35524ef4a8986b95e2b7 (patch)
treec7fabb87431ff277dcc5ffee1031e600b68d97d1
parent5966573beff8b96f71f2399d479ad4a2f2375c0d (diff)
downloadarchiva-6bd5fc595aafbe0f72dd35524ef4a8986b95e2b7.tar.gz
archiva-6bd5fc595aafbe0f72dd35524ef4a8986b95e2b7.zip
another bad test
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506467 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java2
1 files changed, 1 insertions, 1 deletions
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