Kai Blin : secur32: Remove test for sft->Reserved8 field.

Alexandre Julliard julliard at winehq.org
Mon May 5 14:28:32 CDT 2008


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

Author: Kai Blin <kai.blin at gmail.com>
Date:   Mon May  5 20:17:53 2008 +0200

secur32: Remove test for sft->Reserved8 field.

This seems to be set on Win98.

---

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

diff --git a/dlls/secur32/tests/secur32.c b/dlls/secur32/tests/secur32.c
index 99d5069..ceacae2 100644
--- a/dlls/secur32/tests/secur32.c
+++ b/dlls/secur32/tests/secur32.c
@@ -101,7 +101,6 @@ static void test_InitSecurityInterface(void)
     ok(sftA->Reserved3 != NULL, "Reserved3 should not be NULL in security function table\n");
     todo_wine
     ok(sftA->Reserved4 != NULL, "Reserved4 should not be NULL in security function table\n");
-    ok(!sftA->Reserved8, "Reserved8 should be NULL instead of %p in security function table\n", sftA->Reserved8);
 
     if (!pInitSecurityInterfaceW)
     {
@@ -117,7 +116,6 @@ static void test_InitSecurityInterface(void)
     ok(sftW->Reserved3 != NULL, "Reserved3 should note be NULL in security function table\n");
     todo_wine
     ok(sftW->Reserved4 != NULL, "Reserved4 should not be NULL in security function table\n");
-    ok(!sftW->Reserved8, "Reserved8 should be NULL instead of %p in security function table\n", sftW->Reserved8);
 }
 
 START_TEST(secur32)




More information about the wine-cvs mailing list