Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
786a2bd5
Commit
786a2bd5
authored
Jul 31, 2008
by
Reece Dunn
Committed by
Alexandre Julliard
Aug 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Removed the failing base64 test in Vista.
parent
428fd07e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
base64.c
dlls/crypt32/tests/base64.c
+2
-2
No files found.
dlls/crypt32/tests/base64.c
View file @
786a2bd5
...
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment