From 16dae2196eeb8a35ed36cfb6e60a407b8c61ffce Mon Sep 17 00:00:00 2001 From: Dave Ward Date: Fri, 4 Nov 2011 18:50:00 +0000 Subject: [PATCH] Fix CheckOutCheckInServiceImplTest git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31759 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repo/coci/CheckOutCheckInServiceImplTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/repo/coci/CheckOutCheckInServiceImplTest.java b/source/java/org/alfresco/repo/coci/CheckOutCheckInServiceImplTest.java index 5823d1fa63..d0edfda588 100644 --- a/source/java/org/alfresco/repo/coci/CheckOutCheckInServiceImplTest.java +++ b/source/java/org/alfresco/repo/coci/CheckOutCheckInServiceImplTest.java @@ -113,7 +113,7 @@ public class CheckOutCheckInServiceImplTest extends BaseSpringTest { // Set the services this.nodeService = (NodeService)this.applicationContext.getBean("nodeService"); - this.cociService = (CheckOutCheckInService)this.applicationContext.getBean("CheckoutCheckinService"); + this.cociService = (CheckOutCheckInService)this.applicationContext.getBean("checkOutCheckInService"); this.contentService = (ContentService)this.applicationContext.getBean("contentService"); this.versionService = (VersionService)this.applicationContext.getBean("versionService"); this.authenticationService = (MutableAuthenticationService)this.applicationContext.getBean("authenticationService");