558559560561562563564565566567568
/** */ @Test public void testS2Array() { try { S2 a[] = null; testServer.p_S2_array( a ); testClient.p_S2_array( a ); } catch ( UnsupportedOperationException e ) {