*/
final public void testFileGroup()
throws AccessControlException, ConfigurationException, SAXException, IOException {
FileGroup group = getGroup();
group.save();
File groupFile = new File(getAccreditablesDirectory(), GROUP_ID + FileGroupManager.SUFFIX);
assertNotNull(groupFile);
assertTrue(groupFile.exists());