public void testRelToAbs9() throws Exception {
XdmValue[] params = new XdmValue[] {
ValueFactory.newXSString(absURL),
ValueFactory.newXSString("http://www.google.com")};
ResultSequence rs = executeLibraryModule(modulePath, moduleNamespace, "rel-to-abs", params);
String s = (String)rs.itemAt(0).asString();
assertEquals(s, "http://www.google.com");
}
public void testRelToAbs10() throws Exception {
XdmValue[] params = new XdmValue[] {