From 08ce8a4752e2be1990901cff586b3270bd78fc2b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 8 Sep 2009 23:30:21 +0200 Subject: [PATCH] Mark test_security_descriptor_add_neg as known failing (for now). --- source4/lib/ldb/tests/python/ldap.py | 2 +- source4/selftest/knownfail | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py index e135a60fddd..5b2d380f11a 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" diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index 68d406ab9be..0d0f59f006e 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -55,3 +55,4 @@ samba4.winbind.struct.*.LOOKUP_NAME_SID # Not yet working in winbind ^samba4.*base.delaywrite.*delayed update of write time 3c$ ^samba4.*base.delaywrite.*update of write time using SET_END_OF_FILE$ ^samba4.*base.delaywrite.*update of write time using SET_ALLOCATION_SIZE$ +^samba4.ldap.python \(dc\).Test add_ldif\(\) with BASE64 security descriptor input using WRONG domain SID$ -- 2.11.4.GIT