summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-17 00:00:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-18 22:45:40 +0200
commit5e2f4a33fe663c2ae8cc92c02193a7261c524867 (patch)
tree287dafef2baf8a47746b199a6213a89c7e555aec
parent80d651541537433e1363f7b4ba7497b08d0fb53f (diff)
downloadcurl-5e2f4a33fe663c2ae8cc92c02193a7261c524867.tar.gz
tests: make 2006-2010 handle different port number lengths
-rw-r--r--tests/data/test200612
-rw-r--r--tests/data/test20075
-rw-r--r--tests/data/test20085
-rw-r--r--tests/data/test20095
-rw-r--r--tests/data/test20105
5 files changed, 24 insertions, 8 deletions
diff --git a/tests/data/test2006 b/tests/data/test2006
index 0b84937ed..4cb61192d 100644
--- a/tests/data/test2006
+++ b/tests/data/test2006
@@ -85,8 +85,15 @@ Accept: */*
<file1 name="log/download2006">
Some data delivered from an HTTP resource
</file1>
+
+# The Content-Length replace here is to handle with 4/5 digit port number in
+# the content
+<stripfile2>
+s/Last-Modified:.*//
+s/Content-Length: 49[67]/Content-Length: yeps/
+</stripfile2>
<file2 name="log/heads2006">
-Content-Length: 496
+Content-Length: yeps
Accept-ranges: bytes
@@ -110,9 +117,6 @@ Metalink: fetching (log/download2006) from (http://%HOSTIP:%HTTPPORT/2006) OK
Metalink: validating (log/download2006)...
Metalink: validating (log/download2006) [sha-256] OK
</file4>
-<stripfile2>
-s/Last-Modified:.*//
-</stripfile2>
<stripfile4>
$_ = '' if (($_ !~ /^Metalink: /) && ($_ !~ /error/i) && ($_ !~ /warn/i))
</stripfile4>
diff --git a/tests/data/test2007 b/tests/data/test2007
index c8c023efb..738ac35f9 100644
--- a/tests/data/test2007
+++ b/tests/data/test2007
@@ -86,11 +86,14 @@ Accept: */*
<file1 name="log/download2007">
Something delivered from an HTTP resource
</file1>
+# The Content-Length replace here is to handle with 4/5 digit port number in
+# the content
<stripfile2>
s/Last-Modified:.*//
+s/Content-Length: 49[67]/Content-Length: yeps/
</stripfile2>
<file2 name="log/heads2007">
-Content-Length: 496
+Content-Length: yeps
Accept-ranges: bytes
diff --git a/tests/data/test2008 b/tests/data/test2008
index 570cdba7d..b29ba911b 100644
--- a/tests/data/test2008
+++ b/tests/data/test2008
@@ -78,11 +78,14 @@ Accept: */*
<file1 name="log/download2008">
Some stuff delivered from an HTTP resource
</file1>
+# The Content-Length replace here is to handle with 4/5 digit port number in
+# the content
<stripfile2>
s/Last-Modified:.*//
+s/Content-Length: 49[67]/Content-Length: yeps/
</stripfile2>
<file2 name="log/heads2008">
-Content-Length: 496
+Content-Length: yeps
Accept-ranges: bytes
diff --git a/tests/data/test2009 b/tests/data/test2009
index 10f95df4c..3cf4e4c48 100644
--- a/tests/data/test2009
+++ b/tests/data/test2009
@@ -79,11 +79,14 @@ Accept: */*
<file1 name="log/download2009">
Some contents delivered from an HTTP resource
</file1>
+# The Content-Length replace here is to handle with 4/5 digit port number in
+# the content
<stripfile2>
s/Last-Modified:.*//
+s/Content-Length: 49[67]/Content-Length: yeps/
</stripfile2>
<file2 name="log/heads2009">
-Content-Length: 496
+Content-Length: yeps
Accept-ranges: bytes
diff --git a/tests/data/test2010 b/tests/data/test2010
index d43f4f1e1..08f1bfaa4 100644
--- a/tests/data/test2010
+++ b/tests/data/test2010
@@ -78,11 +78,14 @@ Accept: */*
<file1 name="log/download2010">
Contents delivered from an HTTP resource
</file1>
+# The Content-Length replace here is to handle with 4/5 digit port number in
+# the content
<stripfile2>
s/Last-Modified:.*//
+s/Content-Length: 49[67]/Content-Length: yeps/
</stripfile2>
<file2 name="log/heads2010">
-Content-Length: 496
+Content-Length: yeps
Accept-ranges: bytes