diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-04 17:54:45 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-04 18:16:24 +0100 |
commit | 3d94b284411d912449b6a316439cc3d013bf1570 (patch) | |
tree | 5bc455b2f48cc7478fb6d39d1ea14d9fe97594b3 /source4/lib/ldb/tests/python/ldap.py | |
parent | 4546b6b7dfd7f0e59e11b63c6cf91a4594b8ca54 (diff) | |
download | samba-3d94b284411d912449b6a316439cc3d013bf1570.tar.gz samba-3d94b284411d912449b6a316439cc3d013bf1570.tar.bz2 samba-3d94b284411d912449b6a316439cc3d013bf1570.zip |
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/tests/python/ldap.py')
-rwxr-xr-x | source4/lib/ldb/tests/python/ldap.py | 6 |
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 0a8332328e..6d01fcd370 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({ |