InitialContext[] ctxs = new InitialContext[2];
ctxs[0] = getInitialContext(1);
ctxs[1] = getInitialContext(0);
monitor = runner.getXPCMonitor(ctxs, newId);
monitor.monitor(parent);
Assert.assertTrue("Parent and remote nested do not share ref",
monitor.compareTopToNested(id));
Assert.assertTrue("Parent and local nested do share ref",
monitor.compareTopToLocalNested(id));