On Thu, 2012-12-06 at 12:56 +0100, André Hentschel wrote:
diff --git a/dlls/schannel/tests/main.c b/dlls/schannel/tests/main.c
index b576848..9c28e8b 100644
--- a/dlls/schannel/tests/main.c
+++ b/dlls/schannel/tests/main.c
@@ -179,8 +179,8 @@ static void testGetInfo(void)
/* First package: Unified */
status = pTables->GetInfo(&PackageInfo);
ok(status == STATUS_SUCCESS, "status: 0x%x\n", status);
A nicer fix would be to use a disjunction of or-ed symbolic constants, just like
the negotiate test.