Juan Lang : crypt32: Remove test of a corner case that failed on older crypt32 versions.

Alexandre Julliard julliard at winehq.org
Mon Feb 2 09:01:10 CST 2009


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Fri Jan 30 08:02:42 2009 -0800

crypt32: Remove test of a corner case that failed on older crypt32 versions.

---

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

diff --git a/dlls/crypt32/tests/encode.c b/dlls/crypt32/tests/encode.c
index 5c681b6..439a25f 100644
--- a/dlls/crypt32/tests/encode.c
+++ b/dlls/crypt32/tests/encode.c
@@ -1960,8 +1960,6 @@ static const struct encodedBits bits[] = {
     { 1, bin54, 2, bin55 },
     /* strange test case, showing cUnusedBits >= 8 is allowed */
     { 9, bin56, 1, bin57 },
-    /* even stranger test case, showing cUnusedBits > cbData * 8 is allowed */
-    { 17, bin58, 0, NULL },
 };
 
 static void test_encodeBits(DWORD dwEncoding)




More information about the wine-cvs mailing list