diff options
author | Nadezhda Ivanova <nivanova@samba.org> | 2010-11-25 01:13:24 +0200 |
---|---|---|
committer | Nadezhda Ivanova <nivanova@samba.org> | 2010-11-25 01:13:24 +0200 |
commit | 71af5069507ef60bd4b73ee3943716d55e833252 (patch) | |
tree | 97927916757079ef5ba02c793698c1de08c0d684 /source4/dsdb | |
parent | 5e7d99a5d84dfc723c9be26cb7617307aaa2fb23 (diff) | |
download | samba-71af5069507ef60bd4b73ee3943716d55e833252.tar.gz samba-71af5069507ef60bd4b73ee3943716d55e833252.tar.bz2 samba-71af5069507ef60bd4b73ee3943716d55e833252.zip |
s4-tests: delete_force was unused, removed it.
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/tests/python/ldap_syntaxes.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/dsdb/tests/python/ldap_syntaxes.py b/source4/dsdb/tests/python/ldap_syntaxes.py index 6381657ae3..f1f30c738d 100644 --- a/source4/dsdb/tests/python/ldap_syntaxes.py +++ b/source4/dsdb/tests/python/ldap_syntaxes.py @@ -50,11 +50,6 @@ creds = credopts.get_credentials(lp) class SyntaxTests(unittest.TestCase): - def delete_force(self, ldb, dn): - try: - ldb.delete(dn) - except LdbError, (num, _): - self.assertEquals(num, ERR_NO_SUCH_OBJECT) def _find_domain_sid(self): res = self.ldb.search(base=self.base_dn, expression="(objectClass=*)", scope=SCOPE_BASE) |