From 577619c36e9d59f6072a43bb283e8295b0671676 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 25 Jan 2009 04:10:11 +0000 Subject: [PATCH] ITS#5883 ordering fix --- 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 4c173cf195..fda8bcc539 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 -- 2.39.5