From 1a8a5dc544c3d95d6317d962c0b938802297dd20 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 17 Feb 2003 21:36:17 +0000 Subject: [PATCH] Fix schema errors in tests --- tests/data/modify.out.master | 1 - tests/scripts/test004-modify | 2 ++ tests/scripts/test006-acls | 2 +- tests/scripts/test007-replication | 3 ++- tests/scripts/test011-subtree-repl | 6 +++++- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/tests/data/modify.out.master b/tests/data/modify.out.master index e329aa13e7..f20c39f674 100644 --- a/tests/data/modify.out.master +++ b/tests/data/modify.out.master @@ -1,7 +1,6 @@ dn: cn=All Staff,ou=Groups,o=University of Michigan,c=US owner: cn=Manager,o=University of Michigan,c=US cn: All Staff -description: Everyone in the sample data objectclass: groupofnames member: cn=Dorothy Stevens,ou=Alumni Association,ou=People,o=University of Mic higan,c=US diff --git a/tests/scripts/test004-modify b/tests/scripts/test004-modify index 00cbfea2c0..9962230850 100755 --- a/tests/scripts/test004-modify +++ b/tests/scripts/test004-modify @@ -102,6 +102,8 @@ delete: member - add: member member: cn=Dorothy Stevens,ou=Alumni Association,ou=People,o=University of Michigan,c=US +- +delete: description dn: cn=Gern Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US changetype: add diff --git a/tests/scripts/test006-acls b/tests/scripts/test006-acls index 78630b1614..22fb4c78a4 100755 --- a/tests/scripts/test006-acls +++ b/tests/scripts/test006-acls @@ -132,7 +132,7 @@ $LDAPMODIFY -D "$JAJDN" -h $LOCALHOST -p $PORT -w jaj >> \ dn: cn=ITD Staff, ou=Groups, o=University of Michigan, c=US changetype: modify -delete: member +delete: description EOMODS3 diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index d6fe2d8424..8f4262ca26 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -132,7 +132,7 @@ member: cn=James A Jones 1, ou=Alumni Association, ou=People, o=University of Mi dn: cn=All Staff,ou=Groups,o=University of Michigan,c=US changetype: modify -delete: member +delete: description dn: cn=Gern Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US changetype: add @@ -161,6 +161,7 @@ changetype: add objectclass: OpenLDAPperson cn: Rosco P. Coltrane sn: Coltrane +uid: rosco dn: cn=Rosco P. Coltrane, ou=Information Technology Division, ou=People, o=University of Michigan, c=US changetype: modrdn diff --git a/tests/scripts/test011-subtree-repl b/tests/scripts/test011-subtree-repl index 9b7f7a2910..c8546e6997 100755 --- a/tests/scripts/test011-subtree-repl +++ b/tests/scripts/test011-subtree-repl @@ -149,7 +149,11 @@ description: A very long description, that is very likely to cause line wrapping dn: cn=All Staff,ou=Groups,o=University of Michigan,c=US changetype: modify -delete: member +replace: member +member: cn=Dorothy Stevens,ou=Alumni Association,ou=People,o=University of Michi +gan,c=US +- +delete: description dn: cn=Gern Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US changetype: add -- 2.39.5