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:
Jan Vonka
2007-09-11 10:48:38 +00:00
parent 7e60152931
commit 9dadcb7d3d

View File

@@ -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