mirror of https://github.com/apache/archiva.git
another bad test
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5966573bef
commit
6bd5fc595a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue