Author: akhaldi Date: Thu Feb 13 12:33:16 2014 New Revision: 62145
URL: http://svn.reactos.org/svn/reactos?rev=62145&view=rev Log: [ADVAPI32_WINETEST] * Properly mark these tests as todos instead of failures. ROSTESTS-128
Modified: trunk/rostests/winetests/advapi32/cred.c
Modified: trunk/rostests/winetests/advapi32/cred.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/advapi32/cred.c?... ============================================================================== --- trunk/rostests/winetests/advapi32/cred.c [iso-8859-1] (original) +++ trunk/rostests/winetests/advapi32/cred.c [iso-8859-1] Thu Feb 13 12:33:16 2014 @@ -245,9 +245,9 @@ { if (cred_type == CRED_TYPE_DOMAIN_PASSWORD) { - todo_wine + todo_ros ok_(__FILE__, line)(cred->CredentialBlobSize == 0, "expected CredentialBlobSize of 0 but got %d\n", cred->CredentialBlobSize); - todo_wine + todo_ros ok_(__FILE__, line)(!cred->CredentialBlob, "expected NULL credentials but got %p\n", cred->CredentialBlob); } else