testPacket(req, PacketSupport.REQ_SESSION_CANCELDELIVERIES);
}
public void testSessionCancelDeliveryRequest() throws Exception
{
Cancel cancel = (new DefaultCancel(12323, 12, false, false));
RequestSupport req =
new SessionCancelDeliveryRequest(23, (byte)77, cancel);
testPacket(req, PacketSupport.REQ_SESSION_CANCELDELIVERY);