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

gary_williams
26.24.2007 cd2efd6ad6f7e91558abe7d7393515507333bad3
opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -80,15 +80,17 @@
        STAXLogMessage = 1 
        LogDir='%s' % TMPDIR
        SRCFILE = '%s/%s' % (ZIPPATH,ZIPNAME) 
        DSTFILE = '%s/%s' % (TMPDIR,ZIPNAME)
        OPENDS_BINPATH = '%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)
        DSTFILE = '%s/%s' % (TMPDIR,ZIPNAME)
        OPENDS_BINPATH ='%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)
        OSName= STAXResult
        winPattern=re.compile('win', re.IGNORECASE)
        isWindows=winPattern.search(OSName)
        if isWindows:
          fileExt='.bat'
          fileFolder='bat'
        else:
          fileExt=''
          fileFolder='bin'
      </script>
      
      <!-- Load in the local shared python objects from libraries -->
@@ -135,8 +137,6 @@
      <call function="'main_schema'" />
      
      <if expr="not isWindows">
     <!-- Do not execute Synchronization Test Suite as long as dynamic configuration
        is not supported. ('dd' not supported in Windows.  see 'configureSynchronization' -->
     <sequence>      
     <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
        file="'%s/testcases/synchronization/synchronization.xml' % (TESTS_DIR)" />