"Grandfoo,Superfoo,foo,Grandbar,Superbar,bar");
}
public void testPropertiesMap_sysobject() throws RepositoryException {
Map<String, Set<String>> propertiesMap = builder.getPropertiesMap(
"foo,dm_sysobject", new MockDmSession());
assertEquals(propertiesMap.toString(), 9, propertiesMap.size());
for (Map.Entry<String, Set<String>> entry : propertiesMap.entrySet()) {
if (entry.getKey().equals("dm_sysobject_attr") ||
DctmSysobjectDocument.EXTENDED_PROPERTIES.contains(entry.getKey())) {
assertEquals(setOf("dm_sysobject"), entry.getValue());