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

gary_williams
03.46.2008 a0dc13bd7370bae5f5e297801ee542dd2c18f936
opendj-sdk/opends/tests/functional-tests/testcases/replication/encryption/encryption.xml
@@ -270,8 +270,8 @@
               
              <script>
                filename = 'replication_mod_add_binary.ldif'
                filePath = '%s/%s' % (logsTestDataDir,filename)
                binaryFilePath = '%s/photo1.uu' % testsGroupDir
                filePath = '%s/%s' % (local.data,filename)
                binaryFilePath = '%s/replication/photo1.uu' % source.data
                dn = 'uid=hmiller, ou=People,%s' % synchroSuffix
                modif = 'add'
                attrType = 'jpegPhoto'
@@ -281,7 +281,7 @@
              <!-- Copy the replication_mod ldif to client host -->
              <message>
                'Copy %s file from %s to %s' % (filename,logsTestDataDir,
                'Copy %s file from %s to %s' % (filename,local.data,
                                                clientDataDir)
              </message>
              <call function="'copyFile'">
@@ -368,8 +368,8 @@
                                               
              <script>
                filename = 'replication_mod_replace_binary.ldif'
                filePath = '%s/%s' % (logsTestDataDir,filename)
                binaryFilePath = '%s/photo2.uu' % testsGroupDir
                filePath = '%s/%s' % (local.data,filename)
                binaryFilePath = '%s/replication/photo2.uu' % source.data
                dn = 'uid=hmiller, ou=People,%s' % synchroSuffix
                modif = 'replace'
                attrType = 'jpegPhoto'
@@ -380,7 +380,7 @@
              <!-- Copy the replication_mod ldif to client host -->
              <message>
                'Copy %s file from %s to %s' % (filename,logsTestDataDir,
                'Copy %s file from %s to %s' % (filename,local.data,
                                                clientDataDir)
              </message>
              <call function="'copyFile'">
@@ -469,7 +469,7 @@
                    
              <script>
                filename = 'replication_mod_delete_binary.ldif'
                filePath = '%s/%s' % (logsTestDataDir,filename)
                filePath = '%s/%s' % (local.data,filename)
                dn = 'uid=hmiller, ou=People,%s' % synchroSuffix
                modif = 'delete'
                attrType = 'jpegPhoto'
@@ -480,7 +480,7 @@
              <!-- Copy the replication_mod ldif to client host -->
              <message>
                'Copy %s file from %s to %s' % (filename,logsTestDataDir,
                'Copy %s file from %s to %s' % (filename,local.data,
                                                clientDataDir)
              </message>
              <call function="'copyFile'">
@@ -562,7 +562,7 @@
               
              <script>
                filename = 'replication_modrdn.ldif'
                filePath = '%s/%s' % (logsTestDataDir,filename)
                filePath = '%s/%s' % (local.data,filename)
                dn = 'uid=kvaughan, ou=People,%s' % synchroSuffix
                newrdn = 'uid=kvaughan2'
                newsuperior = None
@@ -573,7 +573,7 @@
              <!-- Copy the replication_mod ldif to client host -->
              <message>
                'Copy %s file from %s to %s' % (filename,logsTestDataDir,
                'Copy %s file from %s to %s' % (filename,local.data,
                                                clientDataDir)
              </message>
              <call function="'copyFile'">
@@ -667,7 +667,7 @@
               
              <script>
                filename = 'replication_modrdn_preserve.ldif'
                filePath = '%s/%s' % (logsTestDataDir,filename)
                filePath = '%s/%s' % (local.data,filename)
                dn = 'uid=jwallace, ou=People,%s' % synchroSuffix
                newrdn = 'uid=igueye'
                newsuperior = None
@@ -678,7 +678,7 @@
              <!-- Copy the replication_mod ldif to client host -->
              <message>
                'Copy %s file from %s to %s' % (filename,logsTestDataDir,
                'Copy %s file from %s to %s' % (filename,local.data,
                                                clientDataDir)
              </message>
              <call function="'copyFile'">
@@ -780,7 +780,7 @@
        
              <script>
                filename = 'replication_moddn.ldif'
                filePath = '%s/%s' % (logsTestDataDir,filename)
                filePath = '%s/%s' % (local.data,filename)
                dn = 'ou=People,%s' % synchroSuffix
                newrdn = 'ou=Special People'
                newsuperior = 'ou=Special Users,%s' % synchroSuffix
@@ -791,7 +791,7 @@
              <!-- Copy the replication_mod ldif to client host -->
              <message>
                'Copy %s file from %s to %s' % (filename,logsTestDataDir,
                'Copy %s file from %s to %s' % (filename,local.data,
                                                clientDataDir)
              </message>
              <call function="'copyFile'">