aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorJim Fuller <jim@webcomposite.com>2018-07-13 15:17:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2018-09-05 14:30:48 +0200
commitb004a174ea5efb3d6bdce83949b6c1eab994930b (patch)
tree9ae3263324557d98fa7412ed4fda0f50b3a6cc89 /tests/data
parentc497472c8b519346fa82dd780f94454cf47886f0 (diff)
tests: add unit tests for url.c
Approved-by: Daniel Gustafsson Closes #2937
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/Makefile.inc2
-rw-r--r--tests/data/test162026
2 files changed, 27 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index e0457486b..d3f7e39b2 100644
--- a/tests/data/Makefile.inc
+++ b/tests/data/Makefile.inc
@@ -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 \
\
diff --git a/tests/data/test1620 b/tests/data/test1620
new file mode 100644
index 000000000..83b08c7a8
--- /dev/null
+++ b/tests/data/test1620
@@ -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>