]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9751 Add test for MOD_DELETE resolution
authorOndřej Kuzník <ondra@mistotebe.net>
Wed, 17 Nov 2021 12:07:38 +0000 (12:07 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 12 Jan 2022 22:42:21 +0000 (22:42 +0000)
tests/scripts/test063-delta-multiprovider

index 542a2e72e8be10397146427c147ce9cc895cc50f..df4bdd1ab6fc796eb0dc1a2658ca4ca777b4a10b 100755 (executable)
@@ -405,6 +405,9 @@ displayName: James the Second
 -
 delete: displayName
 displayName: The other
+-
+replace: mail
+mail: jaj2@mail.alumni.example.com
 
 EOF
 RC=$?
@@ -428,6 +431,9 @@ displayName: James II
 -
 delete: displayName
 displayName: The other
+-
+add: mail
+mail: jaj2@moo.net
 
 EOF
 RC=$?