From: Pierangelo Masarati Date: Sun, 18 Apr 2010 06:54:02 +0000 (+0000) Subject: check rename with newly added superior while consumer is down (ITS#6472) X-Git-Tag: MIGRATION_CVS2GIT~614 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7e7e19f5b9aee792e052bb8ea0cb9772e9fee753;p=openldap check rename with newly added superior while consumer is down (ITS#6472) --- diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index f923341950..3b72741bc6 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -390,6 +390,18 @@ changetype: modify replace: description description: Example, Inc. itsdomain2 test domain +# rename with a newly added newSuperior while the consumer is down (ITS#6472) +dn: ou=New Branch,dc=example,dc=com +changetype: add +objectClass: organizationalUnit +ou: New Branch + +dn: cn=Dorothy Stevens, ou=Alumni Association, ou=People, dc=example,dc=com +changetype: modrdn +newrdn: cn=Dorothy Stevens +deleteoldrdn: 0 +newsuperior: ou=New Branch,dc=example,dc=com + EOMODS RC=$?