Mark test_security_descriptor_add_neg as known failing (for now).
authorJelmer Vernooij <jelmer@samba.org>
Tue, 8 Sep 2009 21:30:21 +0000 (23:30 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 8 Sep 2009 21:58:52 +0000 (23:58 +0200)
source4/lib/ldb/tests/python/ldap.py
source4/selftest/knownfail

index e135a60fddd1af8ca5c7a03c1027bac7e04556d5..5b2d380f11a05a049e2eebf88bfbba25e36b0005 100755 (executable)
@@ -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"
index 68d406ab9bea1db3f1cf4a56f4cba5f7abb3fc03..0d0f59f006e410ee1018d6daf95ff2ce2b889e3e 100644 (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$