mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 11:48:07 +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:
parent
0a7cd08914
commit
e3f92b9c66
1 changed files with 2 additions and 2 deletions
|
@ -245,9 +245,9 @@ static void check_blob(int line, DWORD cred_type, PCREDENTIALA cred)
|
||||||
{
|
{
|
||||||
if (cred_type == CRED_TYPE_DOMAIN_PASSWORD)
|
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);
|
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);
|
ok_(__FILE__, line)(!cred->CredentialBlob, "expected NULL credentials but got %p\n", cred->CredentialBlob);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue