UnoRuntime.areSame(java_environment2.get(),
UnoRuntime.getEnvironment("java", o2)));
// drop the environments and wait until they are gc
java_environment1.waitUnreachable();
java_environment2.waitUnreachable();
}
public void test_getBridge() throws java.lang.Exception {
PipedConnection conn = new PipedConnection(new Object[0]);
new PipedConnection(new Object[] { conn });