log.debug("tpcall_x_octet commit ok");
byte[] expected = new byte[60];
System.arraycopy("tpcall_x_octet".getBytes(), 0, expected, 0, 14);
byte[] received = jabService.getResponse().getByteArray("X_OCTET");
assertTrue(Arrays.equals(expected, received));
jabSession.closeSession();
}
public void test_tpcall_x_octet_commit_tx_rollback_only() throws Exception {
log.debug("JABTestCase::test_tpcall_x_octet_commit_tx_rollback_only");
runServer.tpadvertisetpcallXOctet();