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:
Olivier Lamy 2011-05-30 15:54:42 +00:00
parent 073aad6bf8
commit 61f2c22c0d
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class ArtifactMissingChecksumsConsumerTest
public void setUp()
throws Exception
{
//super.setUp();
super.setUp();
repoConfig = new ManagedRepositoryConfiguration();
repoConfig.setId( "test-repo" );

View File

@ -29,6 +29,7 @@ public class MetadataUpdateConsumerTest
public void setUp()
throws Exception
{
super.setUp();
consumer = applicationContext.getBean( "knownRepositoryContentConsumer#metadata-updater",
KnownRepositoryContentConsumer.class );
}