assertValueOfXPath("true", context, "/web-app/servlet/servlet-name = 'snoop'");
}
}
public void testid53685() throws JaxenException {
Navigator nav = getNavigator();
String url = TESTS_ROOT + "xml/numbers.xml";
log("Document [" + url + "]");
Object document = nav.getDocument(url);
XPath contextpath = new BaseXPath("/", nav);
log("Initial Context :: " + contextpath);
List list = contextpath.selectNodes(document);
Iterator iter = list.iterator();
while (iter.hasNext()) {