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