System.out.println("test0: starting client");
client = startProcess("org.apache.harmony.rmi.DGCTest",
CLIENT_ID_0, configClient, endorsedClient);
client.pipeInput();
client.pipeError();
client.closeOutput();
System.out.println("test0: Expecting STARTED from server");
server.expect("TestObject.test1() started");
server.pipeInput();