From 9b387034ab5d0d98d1ef4b6c2d0d8cd2185081fb Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Mon, 26 Jun 2017 16:46:53 +0100 Subject: 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 --- tests/data/test1450 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/data/test1450 (limited to 'tests/data/test1450') 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 @@ + + + +DICT + + + +# +# Server-side + + + +# +# Client-side + + +dict + + +dict + + +Basic DICT lookup + + +dict://%HOSTIP:%DICTPORT/d:basic + + + +# +# Verify data after the test has been "shot" + + + -- cgit v1.2.3