test patch

Austin English austinenglish at gmail.com
Mon Jun 1 04:08:58 CDT 2009


Ignore me. Testing patchwatcher.

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/advapi32/tests/cred.c b/dlls/advapi32/tests/cred.c
index ad06fd5..aa61e0b 100644
--- a/dlls/advapi32/tests/cred.c
+++ b/dlls/advapi32/tests/cred.c
@@ -201,9 +201,7 @@ static void check_blob(int line, DWORD cred_type, PCREDENTIALA cred)
 {
     if (cred_type == CRED_TYPE_DOMAIN_PASSWORD)
     {
-        todo_wine
         ok_(__FILE__, line)(cred->CredentialBlobSize == 0, "expected CredentialBlobSize of 0 but got %d\n", cred->CredentialBlobSize);
-        todo_wine
         ok_(__FILE__, line)(!cred->CredentialBlob, "expected NULL credentials but got %p\n", cred->CredentialBlob);
     }
     else


More information about the wine-patches mailing list