mirror of https://github.com/apache/archiva.git
clean up comments
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0699d4aaaa
commit
41d91f293a
|
@ -101,7 +101,6 @@ public class Maven2RepositoryMetadataResolverTest
|
||||||
{
|
{
|
||||||
super.setUp();
|
super.setUp();
|
||||||
|
|
||||||
//ArchivaConfiguration configuration = (ArchivaConfiguration) lookup( ArchivaConfiguration.class );
|
|
||||||
Configuration c = new Configuration();
|
Configuration c = new Configuration();
|
||||||
ManagedRepositoryConfiguration testRepo = new ManagedRepositoryConfiguration();
|
ManagedRepositoryConfiguration testRepo = new ManagedRepositoryConfiguration();
|
||||||
testRepo.setId( TEST_REPO_ID );
|
testRepo.setId( TEST_REPO_ID );
|
||||||
|
@ -130,7 +129,6 @@ public class Maven2RepositoryMetadataResolverTest
|
||||||
|
|
||||||
Wagon wagon = new MockWagon();
|
Wagon wagon = new MockWagon();
|
||||||
when( wagonFactory.getWagon( "wagon#http" ) ).thenReturn( wagon );
|
when( wagonFactory.getWagon( "wagon#http" ) ).thenReturn( wagon );
|
||||||
//storage = (Maven2RepositoryStorage) lookup( RepositoryStorage.class, "maven2" );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue