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

gary_williams
20.58.2007 97130dbd47320b2df3a5d2d7af17d3d3669e1993
opends/tests/functional-tests/testcases/replication/totalupdate/replication_ldifimport.xml
@@ -90,7 +90,8 @@
              <!-- Import data into "master" server -->              
              <call function="'ImportLdifWithScript'">
                { 'location'     : masterHost,
                  'dsPath'       : masterPath,
                  'dsPath'       : masterPath,
                  'dsBackEnd'    : 'userRoot',
                  'dsLdifFile'   : '%s/replication/Example.ldif' % masterDataDir }
              </call>
@@ -127,7 +128,8 @@
                  <call function="'ImportLdifWithScript'">
                    { 'location'  : consumer.getHostname(),
                      'dsPath'  :  '%s/%s' % (consumer.getDir(), OPENDSNAME),
                      'dsPath'  :  '%s/%s' % (consumer.getDir(), OPENDSNAME),
                      'dsBackEnd'    : 'userRoot',
                      'dsLdifFile'   :  '%s/%s/replication/master_export.ldif' % (consumer.getDir(),relativeDataDir) }
                  </call>                                             
                </sequence>