any.type (setup.getClientOrb().get_primitive_tc(TCKind.tk_any));
any.create_output_stream().write_any (testValue);
// don't bounce, because we want to extract from the
// output stream we just created
Any outValue = any.extract_any();
assertTrue (outValue.equal(testValue));
}
@Test
public void test_any_stream_singleton()
{