Backing out check in 17079 - breaks DictionaryDAOTest.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17110 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2009-10-23 09:36:22 +00:00
parent 53d4bef625
commit 9889264e8b

View File

@@ -160,8 +160,11 @@ import org.springframework.beans.PropertyAccessException;
constraintDef.resolveDependencies(query);
// just use the constraint provided by the referenced definition
this.constraint = constraintDef.getConstraint();
//use real constraint name instead of anonymous name
this.name = constraintDef.getName();
//TODO Fix backed out - breaks DictionaryDAOTest
//this.name = constraintDef.getName();
if (m2Constraint.getTitle() == null)
{