mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
78610: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 78524: MNT-11895: Attribute Service Entries with "Serializable" objects in key Segments are not guaranteed to be unique Fix test failures: tidy up unused property values git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82621 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -295,6 +295,7 @@ public class AttributeServiceTest extends TestCase
|
|||||||
attributeService.removeAttribute(KEY_INT_1, KEY_MAP);
|
attributeService.removeAttribute(KEY_INT_1, KEY_MAP);
|
||||||
attributeService.removeAttribute(KEY_STR_1, KEY_STR_2);
|
attributeService.removeAttribute(KEY_STR_1, KEY_STR_2);
|
||||||
attributeService.removeAttribute(KEY_STR_1, KEY_SERIALIZABLE);
|
attributeService.removeAttribute(KEY_STR_1, KEY_SERIALIZABLE);
|
||||||
|
propertyValueDAO.cleanupUnusedValues();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user