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:
parent
8d3b584002
commit
98e58a4d27
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue