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