aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1450
diff options
context:
space:
mode:
authorMax Dymond <max.dymond@metaswitch.com>2017-06-26 16:46:53 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-06-30 11:34:05 +0200
commit9b387034ab5d0d98d1ef4b6c2d0d8cd2185081fb (patch)
treeeec2e4f19f47133029fa6bc3806a9f33bd3d054a /tests/data/test1450
parent77970f484da672df96bfea5f9a3b76db00a377dc (diff)
test1450: add simple testing for DICT
Add a new server which provides a DICT interface. This is intended to begin coverage testing for lib/dict.c Closes #1615
Diffstat (limited to 'tests/data/test1450')
-rw-r--r--tests/data/test145034
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/data/test1450 b/tests/data/test1450
new file mode 100644
index 000000000..ca3ac8849
--- /dev/null
+++ b/tests/data/test1450
@@ -0,0 +1,34 @@
+<testcase>
+<info>
+<keywords>
+DICT
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+dict
+</server>
+<features>
+dict
+</features>
+ <name>
+Basic DICT lookup
+ </name>
+ <command>
+dict://%HOSTIP:%DICTPORT/d:basic
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+</verify>
+</testcase>