mirror of https://github.com/apache/archiva.git
fix unit test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1235561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a375e8df78
commit
720bbfe195
|
@ -48,7 +48,7 @@ public class RemoteRepositoryAdminTest
|
|||
{
|
||||
RemoteRepository central = remoteRepositoryAdmin.getRemoteRepository( "central" );
|
||||
assertNotNull( central );
|
||||
assertEquals( "http://repo1.maven.org/maven2", central.getUrl() );
|
||||
assertEquals( "http://repo.maven.apache.org/maven2", central.getUrl() );
|
||||
assertEquals( 60, central.getTimeout() );
|
||||
assertNull( central.getUserName() );
|
||||
assertNull( central.getPassword() );
|
||||
|
|
Loading…
Reference in New Issue