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

gary_williams
14.06.2007 605ccf5636de651d6e42ffc1834933e1267ebdfb
Issue 1784 data and temporary files must go into a unique folder
1 files modified
5 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml 5 ●●●●● patch | view | raw | blame | history
opendj-sdk/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>