mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix CheckOutCheckInServiceImplTest
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31759 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -113,7 +113,7 @@ public class CheckOutCheckInServiceImplTest extends BaseSpringTest
|
|||||||
{
|
{
|
||||||
// Set the services
|
// Set the services
|
||||||
this.nodeService = (NodeService)this.applicationContext.getBean("nodeService");
|
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.contentService = (ContentService)this.applicationContext.getBean("contentService");
|
||||||
this.versionService = (VersionService)this.applicationContext.getBean("versionService");
|
this.versionService = (VersionService)this.applicationContext.getBean("versionService");
|
||||||
this.authenticationService = (MutableAuthenticationService)this.applicationContext.getBean("authenticationService");
|
this.authenticationService = (MutableAuthenticationService)this.applicationContext.getBean("authenticationService");
|
||||||
|
Reference in New Issue
Block a user