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

gary_williams
14.06.2007 38c3e53443c25ec3f4fd6740b50dbcae252a5a8a
Issue 1784 data and temporary files must go into a unique folder
1 files modified
5 ■■■■■ changed files
opends/tests/functional-tests/shared/functions/topology.xml 5 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/topology.xml
@@ -362,11 +362,10 @@
                              
      <!---   Copy staging data to remote host -->
      <message>
        'Copy test data from %s on %s to %s on %s' % (logsTestDataDir,location,dsDir,dsHost)
        'Copy %s/testdata.zip to %s on %s' % (logsTestDataDir,dsDir,dsHost)
      </message>
      <call function="'copyFile'">
        { 'location'   : dsHost,
          'srcfile'    : '%s/testdata.zip' % logsTempDir,
        { 'srcfile'    : '%s/testdata.zip' % logsTempDir,
          'destfile'   : '%s/testdata.zip' % dsDir,
          'remotehost' : dsHost }
      </call>