diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/dsdb/tests/python/ldap.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/dsdb/tests/python/ldap.py b/source4/dsdb/tests/python/ldap.py index b47db94579..20e05faaf5 100755 --- a/source4/dsdb/tests/python/ldap.py +++ b/source4/dsdb/tests/python/ldap.py @@ -101,15 +101,6 @@ class BasicTests(unittest.TestCase): """Test objectClass behaviour""" print "Test objectClass behaviour""" - # We cannot create LSA-specific objects (oc "secret" or "trustedDomain") - try: - self.ldb.add({ - "dn": "cn=Test Secret,cn=system," + self.base_dn, - "objectClass": "secret" }) - self.fail() - except LdbError, (num, _): - self.assertEquals(num, ERR_UNWILLING_TO_PERFORM) - # Invalid objectclass specified try: self.ldb.add({ |