gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 278/282: tests/data: fix static ip instead of dynamic value bein


From: gnunet
Subject: [gnurl] 278/282: tests/data: fix static ip instead of dynamic value being used
Date: Wed, 01 Apr 2020 14:32:23 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit f11b2cb62b6265b07ecc52d416c0f4e3a2170753
Author: Marc Hoersken <address@hidden>
AuthorDate: Tue Mar 10 13:31:19 2020 +0100

    tests/data: fix static ip instead of dynamic value being used
    
    Follow up to 94ced8e
---
 tests/data/test2033 |   8 ++++----
 tests/data/test2100 | Bin 1639 -> 1642 bytes
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/data/test2033 b/tests/data/test2033
index 5293b66e8..0b33ccaac 100644
--- a/tests/data/test2033
+++ b/tests/data/test2033
@@ -101,22 +101,22 @@ chkhostname curlhost
 </strip>
 <protocol>
 GET /20320100 HTTP/1.1
-Host: 127.0.0.1:%HTTPPORT
+Host: %HOSTIP:%HTTPPORT
 Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
 Accept: */*
 
 GET /20320100 HTTP/1.1
-Host: 127.0.0.1:%HTTPPORT
+Host: %HOSTIP:%HTTPPORT
 Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
 Accept: */*
 
 GET /20320200 HTTP/1.1
-Host: 127.0.0.1:%HTTPPORT
+Host: %HOSTIP:%HTTPPORT
 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
 Accept: */*
 
 GET /20320200 HTTP/1.1
-Host: 127.0.0.1:%HTTPPORT
+Host: %HOSTIP:%HTTPPORT
 Authorization: NTLM 
TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAIAAgAeAAAAAAAAAAAAAAAhoABAI+/Fp9IERAQ74OsdNPbBpg7o8CVwLSO4DtFyIcZHUMKVktWIu92s2892OVpd2JzqnRlc3R1c2VyY3VybGhvc3Q=
 Accept: */*
 
diff --git a/tests/data/test2100 b/tests/data/test2100
index 6dce69b64..0deedbd74 100644
Binary files a/tests/data/test2100 and b/tests/data/test2100 differ

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



reply via email to

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