mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merge fallout - fix unit test / build - test no longer uses obsolete alias.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6754 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -70,7 +70,7 @@ public class MessageServiceImplTest extends BaseSpringTest implements MessageDep
|
||||
messageService = (MessageService)applicationContext.getBean("messageService");
|
||||
nodeService = (NodeService)applicationContext.getBean("nodeService");
|
||||
authenticationService = (AuthenticationService)applicationContext.getBean("authenticationService");
|
||||
authenticationDAO = (MutableAuthenticationDao) applicationContext.getBean("alfDaoImpl");
|
||||
authenticationDAO = (MutableAuthenticationDao) applicationContext.getBean("authenticationDao");
|
||||
contentService = (ContentService) applicationContext.getBean("contentService");
|
||||
|
||||
// Re-set the current locale to be the default
|
||||
|
Reference in New Issue
Block a user