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

gary_williams
12.23.2007 86f661d72e5502a8e18a9fe66cb91e42a54ef0dc
opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -54,6 +54,9 @@
      
     <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/topology.xml' % (TESTS_FUNCTIONS_DIR)" />
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/signals.xml' % (TESTS_FUNCTIONS_DIR)" />
      <!-- Load in any standard python libraries -->
      <script>
@@ -94,11 +97,14 @@
        from common import *
      </script>     
      <!-- Set the signal handlers -->
      <call function="'signals'"/>
      <!-- Initialize any global variables -->
      <script>
        CurrentTestPath={}
      </script>
      <!--- The Functional Tests -->      
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/testcases/setup/setup.xml' % (TESTS_DIR)" />
@@ -111,7 +117,7 @@
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/testcases/security/security.xml' % (TESTS_DIR)" />
      <call function="'main_security'" />
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/testcases/aci/aci.xml' % (TESTS_DIR)" />
      <call function="'main_aci'" />