From 3d94b284411d912449b6a316439cc3d013bf1570 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 4 Mar 2010 17:54:45 +0100 Subject: s4:ldap.py - give the "primaryGroupToken" test a better name It tests also some other constructed attributes in a basic way. --- source4/lib/ldb/tests/python/ldap.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/lib/ldb/tests/python') 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({ -- cgit