mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
test_wolfSSL_OPENSSL_hexstr2buf: test was always skipped
This commit is contained in:
@ -47311,7 +47311,7 @@ static int test_wolfSSL_OPENSSL_hexstr2buf(void)
|
|||||||
long len = 0;
|
long len = 0;
|
||||||
unsigned char* returnedBuf = NULL;
|
unsigned char* returnedBuf = NULL;
|
||||||
|
|
||||||
for (i = 0; i < NUM_CASES && EXPECT_SUCCESS(); ++i) {
|
for (i = 0; i < NUM_CASES && !EXPECT_FAIL(); ++i) {
|
||||||
returnedBuf = wolfSSL_OPENSSL_hexstr2buf(inputs[i], &len);
|
returnedBuf = wolfSSL_OPENSSL_hexstr2buf(inputs[i], &len);
|
||||||
if (returnedBuf == NULL) {
|
if (returnedBuf == NULL) {
|
||||||
ExpectIntEQ(expectedOutputs[i].ret, 0);
|
ExpectIntEQ(expectedOutputs[i].ret, 0);
|
||||||
|
Reference in New Issue
Block a user