mirror of https://github.com/apache/archiva.git
a second unreliable test
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f2d59a45b
commit
1e7cb475db
|
@ -1161,7 +1161,6 @@ public class ProxyRequestHandlerTest
|
||||||
assertFalse( "Check content doesn't match proxy version",
|
assertFalse( "Check content doesn't match proxy version",
|
||||||
unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
|
unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
public void testGetMetadataUpdated()
|
public void testGetMetadataUpdated()
|
||||||
throws IOException, ResourceDoesNotExistException, ProxyException, ParseException
|
throws IOException, ResourceDoesNotExistException, ProxyException, ParseException
|
||||||
|
@ -1185,6 +1184,7 @@ public class ProxyRequestHandlerTest
|
||||||
assertFalse( "Check content doesn't match old version",
|
assertFalse( "Check content doesn't match old version",
|
||||||
unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
|
unexpectedContents.equals( FileUtils.readFileToString( file, null ) ) );
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
public void testGetAlwaysMetadata()
|
public void testGetAlwaysMetadata()
|
||||||
throws IOException, ResourceDoesNotExistException, ProxyException
|
throws IOException, ResourceDoesNotExistException, ProxyException
|
||||||
|
|
Loading…
Reference in New Issue