*/
public void testPipeline() throws Exception {
cpc.createCache("myCache", "1000", "0");
XMLPipelineFactory pipelineFactory =
new IntegrationTestHelper().getPipelineFactory();
String path = getClass().getName().replace('.', '/');
URL inputURL = getResourceURL(path + ".input-A.xml");
URL expectedURL = getResourceURL(path + ".expected.xml");