List<Lifecycle> suiteLifecycles = super.getSuiteLifecycles();
    /*
     * needs to be here rather in loadData() since it leads to 'object modified' OJB exceptions
     */
    // comment users.xml if unit tests are running with the ldap server
    suiteLifecycles.add(new KEWXmlDataLoaderLifecycle("classpath:org/martinlaw/kim/users.xml"));
    suiteLifecycles.add(new KEWXmlDataLoaderLifecycle("classpath:org/martinlaw/kim/groups.xml"));
    
    suiteLifecycles.add(new KEWXmlDataLoaderLifecycle("classpath:org/martinlaw/data-dictionary.xml"));
    return suiteLifecycles;
  }