mirror of
https://github.com/curl/curl.git
synced 2025-09-19 02:22:47 +03:00
tests: Fix some tag matching issues in a number of tests
This commit is contained in:
parent
a9bc819c89
commit
56cf2de5ac
|
@ -110,6 +110,5 @@ Host: %HOSTIP:%HTTPPORT
|
||||||
User-Agent: curl/%VERSION
|
User-Agent: curl/%VERSION
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
</protocol>
|
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
|
@ -24,7 +24,7 @@ Server: test-server/fake
|
||||||
Content-Type: text/html
|
Content-Type: text/html
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
|
|
||||||
</data>
|
</data2>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
|
|
@ -24,7 +24,7 @@ Server: test-server/fake
|
||||||
Content-Type: text/html
|
Content-Type: text/html
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
|
|
||||||
</data>
|
</data2>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
|
|
@ -24,7 +24,7 @@ Server: test-server/fake
|
||||||
Content-Type: text/html
|
Content-Type: text/html
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
|
|
||||||
</data>
|
</data2>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
|
|
@ -24,7 +24,7 @@ Server: test-server/fake
|
||||||
Content-Type: text/html
|
Content-Type: text/html
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
|
|
||||||
</data>
|
</data2>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
|
|
@ -45,7 +45,6 @@ perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0
|
||||||
#
|
#
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
</strip>
|
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /%TESTNUMBER HTTP/1.1
|
GET /%TESTNUMBER HTTP/1.1
|
||||||
Host: localhost:%HTTPSPORT
|
Host: localhost:%HTTPSPORT
|
||||||
|
|
|
@ -32,3 +32,4 @@ file://%PWD/
|
||||||
0
|
0
|
||||||
</errorcode>
|
</errorcode>
|
||||||
</verify>
|
</verify>
|
||||||
|
</testcase>
|
||||||
|
|
|
@ -42,8 +42,9 @@ contents
|
||||||
#
|
#
|
||||||
# Client-side
|
# Client-side
|
||||||
<client>
|
<client>
|
||||||
<fetures>
|
<features>
|
||||||
debug
|
debug
|
||||||
|
proxy
|
||||||
</features>
|
</features>
|
||||||
<server>
|
<server>
|
||||||
http
|
http
|
||||||
|
@ -61,9 +62,6 @@ CURL_SMALLSENDS=40
|
||||||
<command>
|
<command>
|
||||||
http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT -d "datatopost=ohthatsfunyesyes"
|
http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT -d "datatopost=ohthatsfunyesyes"
|
||||||
</command>
|
</command>
|
||||||
<features>
|
|
||||||
proxy
|
|
||||||
</features>
|
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user