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

Gary Williams
17.16.2011 4b7d1b4ca09cf972c9e7dbac507fbaa43ed28ec6
opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
@@ -135,8 +135,7 @@
              <paralleliterate var="consumer" in="consumerList">
                <sequence>
                  <script>
                    #TODO: Fix me
                    consumerBackupDir = '%s/%s' % (consumer.getDir(),remote.reldatadir)
                    consumerBackupDir = '%s' % consumer.getTmpDir()
                  </script>
                  <call function="'CopyFolderByExtension'">
                    { 'location'   : masterHost,
@@ -321,8 +320,7 @@
              <paralleliterate var="consumer" in="consumerList">
                <sequence>
                  <script>
                    #TODO: Fix me
                    consumerBackupDir = '%s/%s' % (consumer.getDir(),remote.reldatadir)
                    consumerBackupDir = '%s' % consumer.getTmpDir()
                  </script>
                  <call function="'CopyFolderByExtension'">