mirror of https://github.com/apache/archiva.git
[MRM-1527] remove http://download.java.net/maven/2/ from default remote repositories (now sync with central) : missed to fix a unit test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177596 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b44321088
commit
0aaf3a2769
|
@ -133,7 +133,7 @@ public class RepositoriesActionTest
|
|||
assertNotNull( action.getRepositoryStatistics() );
|
||||
|
||||
assertEquals( 2, action.getManagedRepositories().size() );
|
||||
assertEquals( 2, action.getRemoteRepositories().size() );
|
||||
assertEquals( 1, action.getRemoteRepositories().size() );
|
||||
assertEquals( 2, action.getRepositoryStatistics().size() );
|
||||
|
||||
control.verify();
|
||||
|
|
Loading…
Reference in New Issue