diff options
author | Brett Porter <brett@apache.org> | 2006-08-28 07:16:16 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-08-28 07:16:16 +0000 |
commit | b103fbf4978b76854e5c4c321570c7eb54f09eef (patch) | |
tree | 1cff515b6209a81828924f89650098bc7805aa42 /archiva-proxy | |
parent | a17f3d69cda3129431439eaaab0fc6eda2246575 (diff) | |
download | archiva-b103fbf4978b76854e5c4c321570c7eb54f09eef.tar.gz archiva-b103fbf4978b76854e5c4c321570c7eb54f09eef.zip |
[MRM-144] clarify TODO items
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-proxy')
-rw-r--r-- | archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java | 4 |
1 files changed, 1 insertions, 3 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 f6d77cdea..568c89b42 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 @@ -329,7 +329,7 @@ public class ProxyRequestHandlerTest assertTrue( "Check failure", proxiedArtifactRepository1.isCachedFailure( path ) ); assertTrue( "Check failure", proxiedArtifactRepository2.isCachedFailure( path ) ); - // TODO: do we really want failures to present as a not found? + // TODO: do not want failures to present as a not found! // TODO: How much information on each failure should we pass back to the user vs. logging in the proxy? } } @@ -528,8 +528,6 @@ public class ProxyRequestHandlerTest assertEquals( "Check file matches", expectedFile, file ); assertTrue( "Check file created", file.exists() ); assertEquals( "Check file contents", expectedContents, FileUtils.fileRead( file ) ); - - // TODO: is this the correct behaviour, or should it be considered removed too? } public void testGetAlwaysWithCachedFailure() |