Skip to content
Snippets Groups Projects
Commit 87b15db6 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard
Browse files

advapi32: Print out the unknown value for sid use in the LookupAccountName...

advapi32: Print out the unknown value for sid use in the LookupAccountName test, instead of the known value.
parent 266a5a9d
No related branches found
No related tags found
No related merge requests found
......@@ -1510,7 +1510,7 @@ static void test_LookupAccountName(void)
ok(!lstrcmp(domain, sid_dom), "Expected %s, got %s\n", sid_dom, domain);
ok(domain_size == domain_save - 1, "Expected %d, got %d\n", domain_save - 1, domain_size);
ok(lstrlen(domain) == domain_size, "Expected %d\n", lstrlen(domain));
ok(sid_use == SidTypeUser, "Expected SidTypeUser, got %d\n", SidTypeUser);
ok(sid_use == SidTypeUser, "Expected SidTypeUser, got %d\n", sid_use);
}
domain_size = domain_save;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment