s4:ldap.py - give the "primaryGroupToken" test a better name
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Thu, 4 Mar 2010 16:54:45 +0000 (17:54 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Thu, 4 Mar 2010 17:16:24 +0000 (18:16 +0100)
It tests also some other constructed attributes in a basic way.

source4/lib/ldb/tests/python/ldap.py

index 0a8332328e796f3bdec23251bdc7923ac282f49c..6d01fcd370e1ef1f656ccde9562ba1739d3e29d3 100755 (executable)
@@ -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({