* @throws Exception the exception
*/
public void testConfig() throws Exception{
ConfigSingleton.setRootPath("C:\\progetti\\spagobi\\workspace\\SpagoBIProject\\web-content");
ConfigSingleton.setConfigFileName("/WEB-INF/conf/master.xml");
FileCreatorConfiguration fc=new FileCreatorConfiguration("C:\\progetti\\spagobi\\workspace\\SpagoBIProject\\web-content");
ConfigSingleton.setConfigurationCreation(fc);
SourceBean configSingleton = (SourceBean)ConfigSingleton.getInstance();
SourceBean config = (SourceBean)configSingleton.getAttribute("LDAP_AUTHORIZATIONS.CONFIG");