assertLoggedMessagePattern("Error at .*?: Element xatum is not allowed here\\.");
}
public void testCustomRule() throws Exception
{
RegistryInfrastructure r =
(RegistryInfrastructure) buildFrameworkRegistry("CustomRule.xml");
List l = r.getConfiguration("hivemind.test.config.CustomRule");
Module m = r.getConfigurationPoint("hivemind.test.config.CustomRule").getModule();
Datum d = (Datum) l.get(0);
// Put this check second, just to get some code coverage
// on ElementsInnerProxyList