* Tests the {@link com.volantis.xml.pipeline.sax.impl.operations.PipelineOperationFactoryImpl#getRuleConfigurator}
* method
* @throws Exception if an error occurs
*/
public void testGetRuleConfigurator() throws Exception {
DynamicRuleConfigurator configurator =
factory.getRuleConfigurator();
configurator.configure(configuration);
MutableExpandedName expandedName = new MutableExpandedName();
expandedName.setNamespaceURI(Namespace.PIPELINE.getURI());
// ensure the cache rule has been added