XMLUnit.setXpathNamespaceContext(ctx);
}
@Test
public void testObjectHistory() throws Exception {
GetObjectHistoryResponse response = FedoraClient.getObjectHistory(
"demo:18").execute(client);
assertXpathExists(
"/access:fedoraObjectHistory/access:objectChangeDate",
new InputSource(response.getEntityInputStream()));
}