gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 205/264: tests: make 2006-2010 handle different port number leng


From: gnunet
Subject: [gnurl] 205/264: tests: make 2006-2010 handle different port number lengths
Date: Thu, 30 Apr 2020 16:08:28 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 5e2f4a33fe663c2ae8cc92c02193a7261c524867
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Apr 17 00:00:45 2020 +0200

    tests: make 2006-2010 handle different port number lengths
---
 tests/data/test2006 | 12 ++++++++----
 tests/data/test2007 |  5 ++++-
 tests/data/test2008 |  5 ++++-
 tests/data/test2009 |  5 ++++-
 tests/data/test2010 |  5 ++++-
 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
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]