]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: Fix some tag matching issues in a number of tests
authorDan Fandrich <dan@coneharvesters.com>
Wed, 12 May 2021 08:15:31 +0000 (01:15 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 12 May 2021 08:17:16 +0000 (01:17 -0700)
tests/data/test1100
tests/data/test1933
tests/data/test1934
tests/data/test1935
tests/data/test1936
tests/data/test2037
tests/data/test3016
tests/data/test363

index 247b4659969dde9acd215bd0b71208944eb89763..d6e101b13a0e3666cb717ea0a3b12311c1695f78 100644 (file)
@@ -110,6 +110,5 @@ Host: %HOSTIP:%HTTPPORT
 User-Agent: curl/%VERSION\r
 Accept: */*\r
 \r
-</protocol>
 </verify>
 </testcase>
index 69bcbca42b1863430bd11b826a8866c2a166f820..d2aabb1fed9e57334d5e87e621585a9be1818376 100644 (file)
@@ -24,7 +24,7 @@ Server: test-server/fake
 Content-Type: text/html
 Content-Length: 0
 
-</data>
+</data2>
 </reply>
 
 # Client-side
index a73d7b0ff23e3a9a39f8c2f9dd5547a14f2f4a64..35fa318c11e88f4b24481251ae358c6784e81385 100644 (file)
@@ -24,7 +24,7 @@ Server: test-server/fake
 Content-Type: text/html
 Content-Length: 0
 
-</data>
+</data2>
 </reply>
 
 # Client-side
index b27f0cdbd549474d4c2840a6a80559db85d4ccaa..6d48f325ccd58ed314e4c2f32479a99a4cdcf6b3 100644 (file)
@@ -24,7 +24,7 @@ Server: test-server/fake
 Content-Type: text/html
 Content-Length: 0
 
-</data>
+</data2>
 </reply>
 
 # Client-side
index 7265e33d16edf3c6eaa40a58aa33f5135226df7c..366abd64b27301d1ab12611075332504b4af35f6 100644 (file)
@@ -24,7 +24,7 @@ Server: test-server/fake
 Content-Type: text/html
 Content-Length: 0
 
-</data>
+</data2>
 </reply>
 
 # Client-side
index 3f0fbf3f338157abf54bc40c7addf816ce72cb74..f43215fefa7321d5f946d267d511443abe17b17f 100644 (file)
@@ -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>
-</strip>
 <protocol>
 GET /%TESTNUMBER HTTP/1.1\r
 Host: localhost:%HTTPSPORT\r
index b645074762fcab0f0daeeb00679ede3a1a05bd40..d04633c7a11bcd8f017bf750da38274ed39b017f 100644 (file)
@@ -32,3 +32,4 @@ file://%PWD/
 0
 </errorcode>
 </verify>
+</testcase>
index 55ef666e2c2e1891debb16f3afbc26d9d73feb23..cd8fc435c7f5c7fb6341eda7335463d586ee3c9b 100644 (file)
@@ -42,8 +42,9 @@ contents
 #
 # Client-side
 <client>
-<fetures>
+<features>
 debug
+proxy
 </features>
 <server>
 http
@@ -61,9 +62,6 @@ CURL_SMALLSENDS=40
  <command>
 http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT -d "datatopost=ohthatsfunyesyes"
 </command>
-<features>
-proxy
-</features>
 </client>
 
 #