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
57240ddd
Commit
57240ddd
authored
Oct 06, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Oct 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Remove some tests that fail inconsistently on Windows.
Reported by Steven Edwards.
parent
216ab7d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
encode.c
dlls/crypt32/tests/encode.c
+0
-6
No files found.
dlls/crypt32/tests/encode.c
View file @
57240ddd
...
...
@@ -1229,11 +1229,6 @@ static void test_encodeNameValue(DWORD dwEncoding)
BOOL
ret
;
CERT_NAME_VALUE
value
=
{
0
,
{
0
,
NULL
}
};
value
.
dwValueType
=
14
;
ret
=
CryptEncodeObjectEx
(
dwEncoding
,
X509_NAME_VALUE
,
&
value
,
CRYPT_ENCODE_ALLOC_FLAG
,
NULL
,
(
BYTE
*
)
&
buf
,
&
size
);
ok
(
!
ret
&&
GetLastError
()
==
CRYPT_E_ASN1_CHOICE
,
"Expected CRYPT_E_ASN1_CHOICE, got %08x
\n
"
,
GetLastError
());
value
.
dwValueType
=
CERT_RDN_ENCODED_BLOB
;
value
.
Value
.
pbData
=
printableCommonNameValue
;
value
.
Value
.
cbData
=
sizeof
(
printableCommonNameValue
);
...
...
@@ -1589,7 +1584,6 @@ static struct UnicodeExpectedError unicodeErrors[] = {
{
CERT_RDN_ANY_TYPE
,
oneW
,
0
,
CRYPT_E_NOT_CHAR_STRING
},
{
CERT_RDN_ENCODED_BLOB
,
oneW
,
0
,
CRYPT_E_NOT_CHAR_STRING
},
{
CERT_RDN_OCTET_STRING
,
oneW
,
0
,
CRYPT_E_NOT_CHAR_STRING
},
{
14
,
oneW
,
0
,
CRYPT_E_ASN1_CHOICE
},
{
CERT_RDN_NUMERIC_STRING
,
aW
,
0
,
CRYPT_E_INVALID_NUMERIC_STRING
},
{
CERT_RDN_PRINTABLE_STRING
,
quoteW
,
0
,
CRYPT_E_INVALID_PRINTABLE_STRING
},
{
CERT_RDN_IA5_STRING
,
nihongoURL
,
7
,
CRYPT_E_INVALID_IA5_STRING
},
...
...
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