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

gary_williams
15.31.2008 036d84b6e8e7d8dd1aa25005b9ca426902b8292b
opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
@@ -122,7 +122,7 @@
              <call function="'ImportLdifWithScript'">
                { 'location'   : masterHost,
                  'dsPath'     : masterPath,
                  'dsBackEnd'  : 'userRoot',
                  'dsBackEnd'  : DIRECTORY_INSTANCE_BE,
                  'dsLdifFile' : '%s/replication/Example.ldif' % masterDataDir
                }
              </call>
@@ -160,7 +160,7 @@
                  <call function="'ImportLdifWithScript'">
                    { 'location'   : consumer.getHostname(),
                      'dsPath'     : '%s/%s' % (consumer.getDir(), OPENDSNAME),
                      'dsBackEnd'  : 'userRoot',
                      'dsBackEnd'  : DIRECTORY_INSTANCE_BE,
                      'dsLdifFile' : '%s/%s/replication/master_export.ldif' \
                                     % (consumer.getDir(),remote.reldatadir)
                    }