String url = "xmldb:xindice://";
String hostport = System.getProperty("test.xmlrpc.hostport", "localhost:8888");
if (hostport != null) {
url = url + hostport;
}
return new TestSetup(new XmlDbClientSetup(IntegrationTests.testSuite("XmlRpc client integration tests"), new XmlDbClient(url))) {
private Database database;
public void setUp() throws Exception {
String driver = "org.apache.xindice.client.xmldb.xmlrpc.DatabaseImpl";