fix bean name used for tests

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-06 15:27:49 +00:00
parent dcedd99ef9
commit 2378e1a5a7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class ArtifactMissingChecksumsConsumerTest
repoConfig.setLayout( "default" );
repoConfig.setLocation( new File( "target/test-classes/test-repo/" ).getPath() );
consumer = applicationContext.getBean( "knownRepositoryContentConsumer#artifact-missing-checksums-consumer",
consumer = applicationContext.getBean( "knownRepositoryContentConsumer#create-missing-checksums",
KnownRepositoryContentConsumer.class );
}