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