summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-04 17:54:45 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-04 18:16:24 +0100
commit3d94b284411d912449b6a316439cc3d013bf1570 (patch)
tree5bc455b2f48cc7478fb6d39d1ea14d9fe97594b3 /source4/lib/ldb
parent4546b6b7dfd7f0e59e11b63c6cf91a4594b8ca54 (diff)
downloadsamba-3d94b284411d912449b6a316439cc3d013bf1570.tar.gz
s4:ldap.py - give the "primaryGroupToken" test a better name
It tests also some other constructed attributes in a basic way.
Diffstat (limited to 'source4/lib/ldb')
-rwxr-xr-xsource4/lib/ldb/tests/python/ldap.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py
index 0a8332328e7..6d01fcd370e 100755
--- a/source4/lib/ldb/tests/python/ldap.py
+++ b/source4/lib/ldb/tests/python/ldap.py
@@ -772,9 +772,9 @@ objectClass: container
self.delete_force(self.ldb, "cn=ldaptestgroup,cn=users," + self.base_dn)
self.delete_force(self.ldb, "cn=ldaptestgroup2,cn=users," + self.base_dn)
- def test_primary_group_token(self):
- """Test the primary group token behaviour (hidden-generated-readonly attribute on groups)"""
- print "Testing primary group token behaviour\n"
+ def test_primary_group_token_constructed(self):
+ """Test the primary group token behaviour (hidden-generated-readonly attribute on groups) and some other constructed attributes"""
+ print "Testing primary group token behaviour and other constructed attributes\n"
try:
ldb.add({