< prev index next >

test/javax/xml/jaxp/unittest/xpath/XPathAnyTypeTest.java

Print this page

        

@@ -198,6 +198,5 @@
     public void test15(XPath xpath, Document doc) throws XPathExpressionException {
         XPathEvaluationResult<?> result = xpath.evaluateExpression("/Customers/Customer[@id=3]", doc);
         verifyResult(result, "Customer");
     }
 }
-
< prev index next >