Add evaluation for XPath IntentRef function

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bdaniel 2010-06-21 20:12:57 +00:00
parent 8d3b584002
commit 98e58a4d27

View file

@ -64,7 +64,7 @@ public class PolicyXPathFunctionResolverTestCase {
Object result = exp.evaluate(xml, XPathConstants.NODESET);
Assert.assertTrue(result instanceof NodeList);
NodeList nodes = (NodeList)result;
// Assert.assertEquals(1, nodes.getLength());
Assert.assertEquals(1, nodes.getLength());
}
@Test