mirror of https://github.com/apache/archiva.git
fix more tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1129231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
073aad6bf8
commit
61f2c22c0d
|
@ -39,7 +39,7 @@ public class ArtifactMissingChecksumsConsumerTest
|
||||||
public void setUp()
|
public void setUp()
|
||||||
throws Exception
|
throws Exception
|
||||||
{
|
{
|
||||||
//super.setUp();
|
super.setUp();
|
||||||
|
|
||||||
repoConfig = new ManagedRepositoryConfiguration();
|
repoConfig = new ManagedRepositoryConfiguration();
|
||||||
repoConfig.setId( "test-repo" );
|
repoConfig.setId( "test-repo" );
|
||||||
|
|
|
@ -29,6 +29,7 @@ public class MetadataUpdateConsumerTest
|
||||||
public void setUp()
|
public void setUp()
|
||||||
throws Exception
|
throws Exception
|
||||||
{
|
{
|
||||||
|
super.setUp();
|
||||||
consumer = applicationContext.getBean( "knownRepositoryContentConsumer#metadata-updater",
|
consumer = applicationContext.getBean( "knownRepositoryContentConsumer#metadata-updater",
|
||||||
KnownRepositoryContentConsumer.class );
|
KnownRepositoryContentConsumer.class );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue