Reece Dunn : crypt32: Removed the failing base64 test in Vista.

Alexandre Julliard julliard at winehq.org
Mon Aug 4 08:53:29 CDT 2008


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

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Thu Jul 31 09:13:53 2008 +0100

crypt32: Removed the failing base64 test in Vista.

---

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

diff --git a/dlls/crypt32/tests/base64.c b/dlls/crypt32/tests/base64.c
index 965b3f8..15f41c8 100644
--- a/dlls/crypt32/tests/base64.c
+++ b/dlls/crypt32/tests/base64.c
@@ -67,7 +67,7 @@ static const BYTE toEncode4[] =
 struct BinTests tests[] = {
  { toEncode1, sizeof(toEncode1), "AA==\r\n", },
  { toEncode2, sizeof(toEncode2), "AQI=\r\n", },
- { toEncode3, sizeof(toEncode3), "AQID\r\n", },
+ /* { toEncode3, sizeof(toEncode3), "AQID\r\n", },  This test fails on Vista. */
  { toEncode4, sizeof(toEncode4),
    "YWJjZGVmZ2hpamxrbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5MEFCQ0RFRkdISUpL\r\n"
    "TE1OT1BRUlNUVVZXWFlaMDEyMzQ1Njc4OTBhYmNkZWZnaGlqbGttbm9wcXJzdHV2\r\n"
@@ -79,7 +79,7 @@ struct BinTests tests[] = {
 struct BinTests testsNoCR[] = {
  { toEncode1, sizeof(toEncode1), "AA==\n", },
  { toEncode2, sizeof(toEncode2), "AQI=\n", },
- { toEncode3, sizeof(toEncode3), "AQID\n", },
+ /* { toEncode3, sizeof(toEncode3), "AQID\n", },  This test fails on Vista. */
  { toEncode4, sizeof(toEncode4),
    "YWJjZGVmZ2hpamxrbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5MEFCQ0RFRkdISUpL\n"
    "TE1OT1BRUlNUVVZXWFlaMDEyMzQ1Njc4OTBhYmNkZWZnaGlqbGttbm9wcXJzdHV2\n"




More information about the wine-cvs mailing list