From b004a174ea5efb3d6bdce83949b6c1eab994930b Mon Sep 17 00:00:00 2001 From: Jim Fuller Date: Fri, 13 Jul 2018 15:17:19 +0000 Subject: tests: add unit tests for url.c Approved-by: Daniel Gustafsson Closes #2937 --- tests/data/Makefile.inc | 2 +- tests/data/test1620 | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 tests/data/test1620 (limited to 'tests/data') 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 @@ + + + +unittest +URL + + + +# +# Client-side + + +none + + +unittest + + +unit tests for url.c + + +unit1620 + + + + -- cgit v1.2.3