1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1450
Max Dymond 9b387034ab 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
2017-06-30 11:34:05 +02:00

35 lines
345 B
Plaintext

<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>