[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    secur32/tests: remove win9x hacks
From:       Austin English <austinenglish () gmail ! com>
Date:       2011-02-28 21:05:45
Message-ID: AANLkTimRYqmLyGkgkjU3+55HtQM0ZyLA4FmDEs_v7XY1 () mail ! gmail ! com
[Download RAW message or body]

-- 
-Austin

["secur32_secur32.txt" (text/plain)]

diff --git a/dlls/secur32/tests/secur32.c b/dlls/secur32/tests/secur32.c
index 6a46e9b..6e67784 100644
--- a/dlls/secur32/tests/secur32.c
+++ b/dlls/secur32/tests/secur32.c
@@ -198,14 +198,12 @@ static void test_InitSecurityInterface(void)
     sftA = pInitSecurityInterfaceA();
     ok(sftA != NULL, "pInitSecurityInterfaceA failed\n");
     ok(sftA->dwVersion == SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION, "wrong \
                dwVersion %d in security function table\n", sftA->dwVersion);
-    ok(!sftA->Reserved2 || broken(sftA->Reserved2 != NULL) /* WinME */,
+    ok(!sftA->Reserved2,
        "Reserved2 should be NULL instead of %p in security function table\n",
        sftA->Reserved2);
-    ok(sftA->Reserved3 == sftA->EncryptMessage ||
-       broken(sftA->Reserved3 != sftA->EncryptMessage) /* Win9x */,
+    ok(sftA->Reserved3 == sftA->EncryptMessage,
        "Reserved3 should be equal to EncryptMessage in the security function \
                table\n");
-    ok(sftA->Reserved4 == sftA->DecryptMessage ||
-       broken(sftA->Reserved4 != sftA->DecryptMessage) /* Win9x */,
+    ok(sftA->Reserved4 == sftA->DecryptMessage,
        "Reserved4 should be equal to DecryptMessage in the security function \
table\n");  
     if (!pInitSecurityInterfaceW)





[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic