Rob Shearman : advapi32: Print out the unknown value for sid use in the LookupAccountName test, instead of the known value.

Alexandre Julliard julliard at winehq.org
Thu Oct 25 08:38:43 CDT 2007


Module: wine
Branch: master
Commit: 87b15db6172af0497cfea4f1c9baaaec0b94ed1b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=87b15db6172af0497cfea4f1c9baaaec0b94ed1b

Author: Rob Shearman <rob at codeweavers.com>
Date:   Wed Oct 24 16:34:59 2007 +0100

advapi32: Print out the unknown value for sid use in the LookupAccountName test, instead of the known value.

---

 dlls/advapi32/tests/security.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c
index 3332d7b..4d62f59 100644
--- a/dlls/advapi32/tests/security.c
+++ b/dlls/advapi32/tests/security.c
@@ -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;
 




More information about the wine-cvs mailing list