From f63e89899333c5a86896404c37ad1cd19af3fdbd Mon Sep 17 00:00:00 2001 From: David Caruana Date: Fri, 17 Feb 2006 10:10:38 +0000 Subject: [PATCH] Fix build issue - ImporterComponentTest failure. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2423 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../java/org/alfresco/repo/importer/ImporterComponentTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/repo/importer/ImporterComponentTest.java b/source/java/org/alfresco/repo/importer/ImporterComponentTest.java index 9ad809e366..f967a46486 100644 --- a/source/java/org/alfresco/repo/importer/ImporterComponentTest.java +++ b/source/java/org/alfresco/repo/importer/ImporterComponentTest.java @@ -44,7 +44,7 @@ public class ImporterComponentTest extends BaseSpringTest nodeService = (NodeService)applicationContext.getBean(ServiceRegistry.NODE_SERVICE.getLocalName()); importerService = (ImporterService)applicationContext.getBean(ServiceRegistry.IMPORTER_SERVICE.getLocalName()); - importerBootstrap = (ImporterBootstrap)applicationContext.getBean("importerBootstrap"); + importerBootstrap = (ImporterBootstrap)applicationContext.getBean("spacesBootstrap"); this.authenticationComponent = (AuthenticationComponent)this.applicationContext.getBean("authenticationComponent");