/* (non-Javadoc)
   * @see junit.framework.TestCase#setUp()
   */
  protected void setUp() throws Exception {
    super.setUp();
    System.setProperty("AF_CONFIG_FILE", TestConstants.AF_CONFIG_FILE);
    ConfigSingleton.setConfigurationCreation(
        new FileCreatorConfiguration(TestConstants.WEBCONTENT_PATH));

    TenantManager.setTenant(new Tenant("SPAGOBI"));

    // Creating DataSources and DataSets
    this.createDataSources();
    this.createDatasets();
  }