testPacket(resp, PacketSupport.RESP_CONNECTIONFACTORY_CREATECONNECTIONDELEGATE);
}
public void testConnectionFactoryGetIDBlockResponse() throws Exception
{
IDBlock block = new IDBlock(1, 76);
ResponseSupport resp =
new ConnectionGetIDBlockResponse(block);
testPacket(resp, PacketSupport.RESP_CONNECTIONFACTORY_GETIDBLOCK);