mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
ACE-2671 Unit tests for QNameTypeEditor.
The QNameTypeEditor was migrated from RM to repo in r83388, but at the time there were no unit tests. This closes the issue by adding unit tests. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@117315 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -76,7 +76,7 @@ public class BeanExtender implements BeanFactoryPostProcessor
|
||||
// check for extending bean
|
||||
if (!beanFactory.containsBean(extendingBeanName))
|
||||
{
|
||||
throw new NoSuchBeanDefinitionException("Can't find bean '" + extendingBeanName + "' that is going to extend origional bean definition.");
|
||||
throw new NoSuchBeanDefinitionException("Can't find bean '" + extendingBeanName + "' that is going to extend original bean definition.");
|
||||
}
|
||||
|
||||
// get the bean definitions
|
||||
|
Reference in New Issue
Block a user