Gopher using Curl_write; test suite (4 tests)

This commit is contained in:
Cameron Kaiser
2010-08-23 14:30:59 -07:00
committed by Daniel Stenberg
parent 65629f2915
commit 67d1616018
10 changed files with 301 additions and 54 deletions

41
tests/data/test1202 Normal file
View File

@@ -0,0 +1,41 @@
# Gopher query fetch
<testcase>
<info>
<keywords>
GOPHER
QUERY
</keywords>
</info>
#
# Server-side
<reply>
<datacheck>
iSearch results error.host 1
0Query query succeeded /foo foo.bar.invalid 70
0Selector /the/search/engine /bar bar.foo.invalid 70
.
</datacheck>
</reply>
# Client-side
<client>
<server>
gopher
</server>
<name>
Gopher query
</name>
<command>
gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine?query%20succeeded
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
/the/search/engine query succeeded
</protocol>
</verify>
</testcase>