mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:43:39 +03:00
x509asn1: unittests and fixes for gtime2str
Fix issues in GTime2str() and add unit test cases to verify correct
behaviour.
Follow-up to 3c914bc680
Closes #14316
This commit is contained in:
parent
98da147b18
commit
27959ecce7
6 changed files with 194 additions and 10 deletions
|
|
@ -211,7 +211,7 @@ test1620 test1621 \
|
|||
\
|
||||
test1630 test1631 test1632 test1633 test1634 test1635 \
|
||||
\
|
||||
test1650 test1651 test1652 test1653 test1654 test1655 \
|
||||
test1650 test1651 test1652 test1653 test1654 test1655 test1656 \
|
||||
test1660 test1661 test1662 test1663 \
|
||||
\
|
||||
test1670 test1671 \
|
||||
|
|
|
|||
22
tests/data/test1656
Normal file
22
tests/data/test1656
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
unittest
|
||||
Curl_x509_GTime2str
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<features>
|
||||
unittest
|
||||
</features>
|
||||
<name>
|
||||
Curl_x509_GTime2str unit tests
|
||||
</name>
|
||||
</client>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue