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:
Olivier Lamy 2012-01-24 23:43:25 +00:00
parent a375e8df78
commit 720bbfe195
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class RemoteRepositoryAdminTest
{ {
RemoteRepository central = remoteRepositoryAdmin.getRemoteRepository( "central" ); RemoteRepository central = remoteRepositoryAdmin.getRemoteRepository( "central" );
assertNotNull( central ); assertNotNull( central );
assertEquals( "http://repo1.maven.org/maven2", central.getUrl() ); assertEquals( "http://repo.maven.apache.org/maven2", central.getUrl() );
assertEquals( 60, central.getTimeout() ); assertEquals( 60, central.getTimeout() );
assertNull( central.getUserName() ); assertNull( central.getUserName() );
assertNull( central.getPassword() ); assertNull( central.getPassword() );