tests: add unit tests for url.c

Approved-by: Daniel Gustafsson
Closes #2937
This commit is contained in:
Jim Fuller 2018-07-13 15:17:19 +00:00 committed by Daniel Stenberg
parent c497472c8b
commit b004a174ea
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 125 additions and 9 deletions

View file

@ -180,7 +180,7 @@ test1550 test1551 test1552 test1553 test1554 test1555 test1556 test1557 \
\
test1590 \
test1600 test1601 test1602 test1603 test1604 test1605 test1606 test1607 \
test1608 test1609 \
test1608 test1609 test1620 \
\
test1700 test1701 test1702 \
\

26
tests/data/test1620 Normal file
View file

@ -0,0 +1,26 @@
<testcase>
<info>
<keywords>
unittest
URL
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<features>
unittest
</features>
<name>
unit tests for url.c
</name>
<tool>
unit1620
</tool>
</client>
</testcase>