90919293949596979899100
"Passing String array"); harness.check("1 2 three", r.passStructure(new myStructure()), "Passing structure"); cmInfoImpl c1 = new cmInfoImpl(); c1.message = "msg"; c1.name = "nm"; harness.check(r.passCorbaCMValueType(c1), "nm;msg", "CustomMarshal");