From: Matthias Dieter Wallnöfer Date: Thu, 4 Mar 2010 16:54:45 +0000 (+0100) Subject: s4:ldap.py - give the "primaryGroupToken" test a better name X-Git-Tag: samba-3.6.0pre1~4789 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d94b284411d912449b6a316439cc3d013bf1570;p=thirdparty%2Fsamba.git s4:ldap.py - give the "primaryGroupToken" test a better name It tests also some other constructed attributes in a basic way. --- 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({