diff options
Diffstat (limited to 'source4/dsdb/tests/python/ldap.py')
-rwxr-xr-x | source4/dsdb/tests/python/ldap.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/dsdb/tests/python/ldap.py b/source4/dsdb/tests/python/ldap.py index 9f5b82f5cb..2e35eec10a 100755 --- a/source4/dsdb/tests/python/ldap.py +++ b/source4/dsdb/tests/python/ldap.py @@ -2658,10 +2658,7 @@ nTSecurityDescriptor:: """ + desc_base64 controls=["paged_results:1:10"]) self.assertEquals(len(res.controls), 1) self.assertEquals(res.controls[0].oid, "1.2.840.113556.1.4.319") - try: - s = str(res.controls[0]) - except: - self.assertFalse(True) + s = str(res.controls[0]) def test_operational(self): """Tests operational attributes""" |