service.setDefaultServiceId("child1");
}
public void testCloseRemoves() throws Exception {
service._getService().action(MockUtil.getPath(), input, output);
SessionServiceContext sess =
(SessionServiceContext)child1.getTheEnvironment().getEntry(SessionServiceContext.class);
sess.close("child1");
assertTrue(child1.getDestroyCalled());
}