assertEquals(null, config.getLocale());
assertEquals(Collections.EMPTY_LIST, config.getPageClassList());
// Check deployed resource
assertTrue(new File(tmpdir, "click/control.css").exists());
container.stop();
deleteDir(tmpdir);
}
public void testLocale() throws Exception {