mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
More fixing to handle the property interceptor ML changes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5805 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -84,4 +84,16 @@ public class FullNodeServiceTest extends BaseNodeServiceTest
|
||||
mlTextProperty.getValue(Locale.ENGLISH),
|
||||
propertiesFiltered.get(BaseNodeServiceTest.PROP_QNAME_ML_TEXT_VALUE));
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*
|
||||
* This instance modifies the ML text value to be just the default locale string.
|
||||
*/
|
||||
protected void getExpectedPropertyValues(Map<QName, Serializable> checkProperties)
|
||||
{
|
||||
MLText mlTextValue = (MLText) checkProperties.get(PROP_QNAME_ML_TEXT_VALUE);
|
||||
String strValue = mlTextValue.getDefaultValue();
|
||||
checkProperties.put(PROP_QNAME_ML_TEXT_VALUE, strValue);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user