summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-09-08 23:30:21 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-09-08 23:58:52 +0200
commit08ce8a4752e2be1990901cff586b3270bd78fc2b (patch)
tree9ffc8f5f5ff2dc911de1af2eb01a44ea741beffc /source4/lib
parentaf0946c101ed6507a2df584a9772bedfec32c8b2 (diff)
downloadsamba-08ce8a4752e2be1990901cff586b3270bd78fc2b.tar.gz
samba-08ce8a4752e2be1990901cff586b3270bd78fc2b.tar.bz2
samba-08ce8a4752e2be1990901cff586b3270bd78fc2b.zip
Mark test_security_descriptor_add_neg as known failing (for now).
Diffstat (limited to 'source4/lib')
-rwxr-xr-xsource4/lib/ldb/tests/python/ldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py
index e135a60fdd..5b2d380f11 100755
--- a/source4/lib/ldb/tests/python/ldap.py
+++ b/source4/lib/ldb/tests/python/ldap.py
@@ -1256,7 +1256,7 @@ nTSecurityDescriptor:: """ + desc_base64)
self.delete_force(self.ldb, user_dn)
def test_security_descriptor_add_neg(self):
- """ Test add_ldif() with BASE64 security descriptor input using WRONG domain SID (expect fail)
+ """Test add_ldif() with BASE64 security descriptor input using WRONG domain SID
Negative test
"""
user_name = "testdescriptoruser1"