mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[ADVAPI32_WINETEST]
* Properly mark these tests as todos instead of failures. ROSTESTS-128 svn path=/trunk/; revision=62145
This commit is contained in:
@@ -245,9 +245,9 @@ static void check_blob(int line, DWORD cred_type, PCREDENTIALA cred)
|
||||
{
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user