verifyTagOrdering(xmlString, "category", "Содержание", "content", "properties");
}
@Test
public void testCustomProperties() throws Exception {
AtomEntityProvider ser = createAtomEntityProvider();
EdmEntitySet entitySet = MockFacade.getMockEdm().getEntityContainer("Container2").getEntitySet("Photos");
ODataResponse response = ser.writeEntry(entitySet, photoData, DEFAULT_PROPERTIES);
String xmlString = verifyResponse(response);
assertXpathExists("/a:entry", xmlString);
assertXpathExists("/a:entry/custom:CustomProperty", xmlString);
assertXpathNotExists("/a:entry/custom:CustomProperty/text()", xmlString);