mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
tests: add unit tests for url.c
Approved-by: Daniel Gustafsson Closes #2937
This commit is contained in:
parent
c497472c8b
commit
b004a174ea
7 changed files with 125 additions and 9 deletions
|
|
@ -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
26
tests/data/test1620
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue