1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

Mark test_security_descriptor_add_neg as known failing (for now).

This commit is contained in:
Jelmer Vernooij 2009-09-08 23:30:21 +02:00
parent af0946c101
commit 08ce8a4752
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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$