assertLoggedMessagePattern("No value available for symbol 'work'");
}
public void testNoSchema() throws Exception
{
Registry r = buildFrameworkRegistry("NoSchema.xml");
List l = (List) r.getConfiguration("hivemind.test.config.NoSchema");
assertEquals(2, l.size());
Element e = (Element) l.get(0);
assertEquals("datum", e.getElementName());