assertXpathEvaluatesTo("true", "/gss:PostDiffResponse/@success", doc);
}
public void testParse() throws Exception {
document = dom("PostDiffResponse.xml");
PostDiffResponseType pd = (PostDiffResponseType) parse(GSS.PostDiffResponse);
// nothing else to do, the type is actually empty, just there so that we can tell apart
// a service exception from a good result
}