registry.register(pluginElement);
} catch (CruiseControlException e) {
fail("Shouldn't get exception on missing classname for known plugin");
}
AntBuilder antBuilder = (AntBuilder) projectXmlHelper.configurePlugin(new Element("ant"), false);
assertEquals(loggerClassName, antBuilder.getLoggerClassName());
}