aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-01-04 16:13:58 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-01-04 16:13:58 +0100
commit9e46318a03eaf3aa34e870234599804f80686746 (patch)
treec2316316dc65f4cd3b058bc65336f516855a83e4 /tests/data
parentc0c89cd44ed30385017d585df6429471f6b89617 (diff)
unittest: verify curl_strequal
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/Makefile.am2
-rw-r--r--tests/data/test130126
2 files changed, 27 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index c7a1b467f..cc47c1266 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -68,7 +68,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test1108 test1109 test1110 test1111 test1112 test129 test567 test568 \
test569 test570 test571 test572 test804 test805 test806 test807 test573 \
test313 test1115 test578 test579 test1116 test1200 test1201 test1202 \
- test1203 test1117 test1118 test1119 test1120 test1300
+ test1203 test1117 test1118 test1119 test1120 test1300 test1301
filecheck:
@mkdir test-place; \
diff --git a/tests/data/test1301 b/tests/data/test1301
new file mode 100644
index 000000000..4a51a00bd
--- /dev/null
+++ b/tests/data/test1301
@@ -0,0 +1,26 @@
+<testcase>
+<info>
+<keywords>
+unittest
+llist
+</keywords>
+</info>
+
+#
+# Client-side
+<client>
+<server>
+none
+</server>
+<features>
+unittest
+</features>
+ <name>
+curl_strequal unit tests
+ </name>
+<tool>
+unit1301
+</tool>
+</client>
+
+</testcase>