public void testConnectionFactoryCreateConnectionDelegateResponse() throws Exception
{
CreateConnectionResult res = new CreateConnectionResult(123);
ResponseSupport resp =
new ConnectionFactoryCreateConnectionDelegateResponse(res);
testPacket(resp, PacketSupport.RESP_CONNECTIONFACTORY_CREATECONNECTIONDELEGATE);
}