mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
10.22.2007 6c5dc424cce6c2e3a7a9f261b4913e26f3dc64bf
enable group tests suite
1 files modified
8 ■■■■ changed files
opends/tests/functional-tests/testcases/runFuncTests.xml 8 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -39,7 +39,6 @@
      <call function="'loadEnvironment'" />  
      <!-- The Functional Tests -->
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/testcases/security/security.xml' % (TESTS_DIR)" />
      <call function="'main_security'" />
@@ -71,6 +70,13 @@
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/testcases/indexes/indexes.xml' % (TESTS_DIR)" />
      <call function="'indexes'" />
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/testcases/groups/groups.xml' % (TESTS_DIR)" />
      <call function="'main_groups'" />
    </sequence>
  </function>
</stax>