summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2021-05-12 01:15:31 -0700
committerDan Fandrich <dan@coneharvesters.com>2021-05-12 01:17:16 -0700
commit56cf2de5ac217296778c8fc0d037c922e63ff38e (patch)
tree56fec8edfac335c695e4dc73f7d6ef69e8db976e
parenta9bc819c89cae273bacc375ebcd71debbfaa79fe (diff)
downloadcurl-56cf2de5ac217296778c8fc0d037c922e63ff38e.tar.gz
tests: Fix some tag matching issues in a number of tests
-rw-r--r--tests/data/test11001
-rw-r--r--tests/data/test19332
-rw-r--r--tests/data/test19342
-rw-r--r--tests/data/test19352
-rw-r--r--tests/data/test19362
-rw-r--r--tests/data/test20371
-rw-r--r--tests/data/test30161
-rw-r--r--tests/data/test3636
8 files changed, 7 insertions, 10 deletions
diff --git a/tests/data/test1100 b/tests/data/test1100
index 247b46599..d6e101b13 100644
--- a/tests/data/test1100
+++ b/tests/data/test1100
@@ -110,6 +110,5 @@ Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-</protocol>
</verify>
</testcase>
diff --git a/tests/data/test1933 b/tests/data/test1933
index 69bcbca42..d2aabb1fe 100644
--- a/tests/data/test1933
+++ b/tests/data/test1933
@@ -24,7 +24,7 @@ Server: test-server/fake
Content-Type: text/html
Content-Length: 0
-</data>
+</data2>
</reply>
# Client-side
diff --git a/tests/data/test1934 b/tests/data/test1934
index a73d7b0ff..35fa318c1 100644
--- a/tests/data/test1934
+++ b/tests/data/test1934
@@ -24,7 +24,7 @@ Server: test-server/fake
Content-Type: text/html
Content-Length: 0
-</data>
+</data2>
</reply>
# Client-side
diff --git a/tests/data/test1935 b/tests/data/test1935
index b27f0cdbd..6d48f325c 100644
--- a/tests/data/test1935
+++ b/tests/data/test1935
@@ -24,7 +24,7 @@ Server: test-server/fake
Content-Type: text/html
Content-Length: 0
-</data>
+</data2>
</reply>
# Client-side
diff --git a/tests/data/test1936 b/tests/data/test1936
index 7265e33d1..366abd64b 100644
--- a/tests/data/test1936
+++ b/tests/data/test1936
@@ -24,7 +24,7 @@ Server: test-server/fake
Content-Type: text/html
Content-Length: 0
-</data>
+</data2>
</reply>
# Client-side
diff --git a/tests/data/test2037 b/tests/data/test2037
index 3f0fbf3f3..f43215fef 100644
--- a/tests/data/test2037
+++ b/tests/data/test2037
@@ -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
Host: localhost:%HTTPSPORT
diff --git a/tests/data/test3016 b/tests/data/test3016
index b64507476..d04633c7a 100644
--- a/tests/data/test3016
+++ b/tests/data/test3016
@@ -32,3 +32,4 @@ file://%PWD/
0
</errorcode>
</verify>
+</testcase>
diff --git a/tests/data/test363 b/tests/data/test363
index 55ef666e2..cd8fc435c 100644
--- a/tests/data/test363
+++ b/tests/data/test363
@@ -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>
#