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();
|
||||
|
||||
//ArchivaConfiguration configuration = (ArchivaConfiguration) lookup( ArchivaConfiguration.class );
|
||||
Configuration c = new Configuration();
|
||||
ManagedRepositoryConfiguration testRepo = new ManagedRepositoryConfiguration();
|
||||
testRepo.setId( TEST_REPO_ID );
|
||||
|
@ -130,7 +129,6 @@ public class Maven2RepositoryMetadataResolverTest
|
|||
|
||||
Wagon wagon = new MockWagon();
|
||||
when( wagonFactory.getWagon( "wagon#http" ) ).thenReturn( wagon );
|
||||
//storage = (Maven2RepositoryStorage) lookup( RepositoryStorage.class, "maven2" );
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -493,7 +491,7 @@ public class Maven2RepositoryMetadataResolverTest
|
|||
public void testGetProjectVersionMetadataWithParentNoRemoteReposConfigured()
|
||||
throws Exception
|
||||
{
|
||||
// remove configuration
|
||||
// remove configuration
|
||||
Configuration config = configuration.getConfiguration();
|
||||
RemoteRepositoryConfiguration remoteRepo = config.findRemoteRepositoryById( TEST_REMOTE_REPO_ID );
|
||||
config.removeRemoteRepository( remoteRepo );
|
||||
|
|
Loading…
Reference in New Issue