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");