You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2007/02/12 15:03:20 UTC

svn commit: r506450 - /maven/archiva/trunk/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java

Author: brett
Date: Mon Feb 12 06:03:19 2007
New Revision: 506450

URL: http://svn.apache.org/viewvc?view=rev&rev=506450
Log:
a third unreliable test

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

Modified: maven/archiva/trunk/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java?view=diff&rev=506450&r1=506449&r2=506450
==============================================================================
--- maven/archiva/trunk/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java (original)
+++ maven/archiva/trunk/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java Mon Feb 12 06:03:19 2007
@@ -1111,6 +1111,7 @@
                      unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
     }
 
+/* TODO: test keeps failing in the reactor - needs to be made more robust before re-enabling
     public void testGetSnapshotMetadataExpired()
         throws IOException, ResourceDoesNotExistException, ProxyException, ParseException
     {
@@ -1137,7 +1138,6 @@
                      unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
     }
 
-/* TODO: test keeps failing in the reactor - needs to be made more robust before re-enabling
     public void testGetMetadataNotUpdated()
         throws ResourceDoesNotExistException, ProxyException, IOException
     {