sourcemod/extensions/curl/curl-src/tests/data/test504

45 lines
544 B
Plaintext
Raw Normal View History

2009-01-09 00:31:00 +01:00
<testcase>
2013-03-17 23:23:20 +01:00
<info>
<keywords>
HTTP
HTTP GET
HTTP proxy
multi
FAILURE
</keywords>
</info>
2009-01-09 00:31:00 +01:00
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
none
</server>
<features>
http
</features>
# tool is what to use instead of 'curl'
<tool>
lib504
</tool>
<name>
simple multi through local proxy without listener
</name>
<command>
http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:55555
</command>
</client>
# Verify data after the test has been "shot"
2013-03-17 23:23:20 +01:00
# TEST_ERR_SUCCESS is errorcode 120
2009-01-09 00:31:00 +01:00
<verify>
<errorcode>
2013-03-17 23:23:20 +01:00
120
2009-01-09 00:31:00 +01:00
</errorcode>
</verify>
</testcase>