Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Ign authored and NielsCharlier committed Sep 17, 2012
1 parent 9277f5c commit b99e314
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -32,7 +32,8 @@ public void testGET() throws Exception {
XMLAssert.assertXpathEvaluatesTo("3", "count(//wfs:member/sf:pointProperty/gml:Point)", dom);
}

public void testResolveException() throws Exception {
//Resolve parameter is accepted now -- this test should be removed all together.
/*public void testResolveException() throws Exception {
String xml =
"<wfs:GetPropertyValue service='WFS' version='2.0.0' "
+ "xmlns:sf='" + MockData.SF_URI + "' "
Expand All @@ -58,5 +59,5 @@ public void testResolveException() throws Exception {
assertEquals("ows:ExceptionReport", dom.getDocumentElement().getNodeName());
XMLAssert.assertXpathEvaluatesTo("InvalidParameterValue", "//ows:Exception/@exceptionCode", dom);
XMLAssert.assertXpathEvaluatesTo("resolve", "//ows:Exception/@locator", dom);
}
}*/
}

0 comments on commit b99e314

Please sign in to comment.