}
public void testDoPerformWithPipelineData() throws Exception
{
RunData data = getRunData(request,response,config);
PipelineData pipelineData = data;
data.setAction("VelocityActionDoesNothing");
int numberOfCalls = VelocityActionDoesNothing.numberOfCalls;
int pipelineDataCalls = VelocityActionDoesNothing.pipelineDataCalls;
int runDataCalls = VelocityActionDoesNothing.runDataCalls;
try {