From a35b05050a4be4f9a69b5f2c39c1f929b2e976c8 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Mon, 26 Jan 2009 21:21:24 +0000
Subject: [PATCH] More for ITS#5883

---
 tests/scripts/test018-syncreplication-persist | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist
index dca90bbe86..4142e31020 100755
--- a/tests/scripts/test018-syncreplication-persist
+++ b/tests/scripts/test018-syncreplication-persist
@@ -234,16 +234,16 @@ newsuperior: ou=Retired, ou=People, dc=example,dc=com
 dn: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
 changetype: delete
 
-dn: dc=testdomain1,dc=example,dc=com
-changetype: modify
-replace: description
-description: Example, Inc. ITS test domain
-
 dn: dc=testdomain1,dc=example,dc=com
 changetype: modrdn
 newrdn: dc=itsdomain1
 deleteoldrdn: 1
 
+dn: dc=itsdomain1,dc=example,dc=com
+changetype: modify
+replace: description
+description: Example, Inc. ITS test domain
+
 dn: dc=testdomain2,dc=example,dc=com
 changetype: modrdn
 newrdn: dc=itsdomain2
-- 
GitLab