summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_xmlrpc/test_aci_plugin.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_xmlrpc/test_aci_plugin.py b/tests/test_xmlrpc/test_aci_plugin.py
index 14d3c8950..ddf2ed63a 100644
--- a/tests/test_xmlrpc/test_aci_plugin.py
+++ b/tests/test_xmlrpc/test_aci_plugin.py
@@ -131,7 +131,7 @@ class test_aci(Declarative):
),
expected=dict(
value=aci1,
- summary=u'Updated ACI "test1"',
+ summary=u'Modified ACI "test1"',
result=u'(target = "ldap:///uid=*,cn=users,cn=accounts,%s")(version 3.0;acl "test1";allow (add,write) groupdn = "ldap:///cn=testtaskgroup,cn=taskgroups,cn=accounts,%s";)' % (api.env.basedn, api.env.basedn),
),
),
@@ -155,7 +155,7 @@ class test_aci(Declarative):
),
expected=dict(
value=aci1,
- summary=u'Updated ACI "test1"',
+ summary=u'Modified ACI "test1"',
result=u'(targetattr = "cn || sn || givenName")(target = "ldap:///uid=*,cn=users,cn=accounts,%s")(version 3.0;acl "test1";allow (add,write) groupdn = "ldap:///cn=testtaskgroup,cn=taskgroups,cn=accounts,%s";)' % (api.env.basedn, api.env.basedn),
),
),
@@ -168,7 +168,7 @@ class test_aci(Declarative):
),
expected=dict(
value=aci1,
- summary=u'Updated ACI "test1"',
+ summary=u'Modified ACI "test1"',
result=u'(targetattr = "cn || sn || givenName")(target = "ldap:///cn=*,cn=groups,cn=accounts,%s")(version 3.0;acl "test1";allow (add,write) groupdn = "ldap:///cn=testtaskgroup,cn=taskgroups,cn=accounts,%s";)' % (api.env.basedn, api.env.basedn),
),
),
@@ -181,7 +181,7 @@ class test_aci(Declarative):
),
expected=dict(
value=aci1,
- summary=u'Updated ACI "test1"',
+ summary=u'Modified ACI "test1"',
result=u'(targetattr = "cn || sn || givenName")(targetfilter = "(memberOf=cn=testtaskgroup,cn=taskgroups,cn=accounts,%s)")(target = "ldap:///cn=*,cn=groups,cn=accounts,%s")(version 3.0;acl "test1";allow (add,write) groupdn = "ldap:///cn=testtaskgroup,cn=taskgroups,cn=accounts,%s";)' % (api.env.basedn, api.env.basedn, api.env.basedn),
),
),