@Test
public void testDoesNotLikeWCharWithinReply()
{
ReplyOutputStream out = new ReplyOutputStream(orb, 1, ReplyStatusType_1_2.NO_EXCEPTION, 0, false, TestUtils.getLogger());
out.write_wchar('a');
ReplyInputStream in = new ReplyInputStream(orb, out.getBufferCopy());
assertEquals(0, in.getGIOPMinor());