summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-31 08:35:08 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-10-31 08:46:35 +0100
commitad16f89791917a977df42dacf5a94863fc919212 (patch)
tree65440a70ca79033e8d0fe130d734bc0097a7688c
parentcff89bc088b7884098ea0c5378bbda3d49c437bc (diff)
downloadgnurl-ad16f89791917a977df42dacf5a94863fc919212.tar.gz
gnurl-ad16f89791917a977df42dacf5a94863fc919212.tar.bz2
gnurl-ad16f89791917a977df42dacf5a94863fc919212.zip
test165: adapted to the libidn2 use and IDNA2008 fix
-rw-r--r--tests/data/test16510
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/data/test165 b/tests/data/test165
index ddfe1e9dc..6fc0ad2d5 100644
--- a/tests/data/test165
+++ b/tests/data/test165
@@ -31,13 +31,14 @@ http
idn
</features>
<setenv>
-CHARSET=ISO8859-1
+CHARSET=UTF-8
+LANG=en_US.UTF-8
</setenv>
<name>
HTTP over proxy with IDN host name
</name>
<command>
-http://www.åäö.se/page/165 -x %HOSTIP:%HTTPPORT
+http://www.åäö.se/page/165 -x %HOSTIP:%HTTPPORT http://www.große.de/page/165
</command>
</client>
@@ -53,6 +54,11 @@ Host: www.xn--4cab6c.se
Accept: */*
Proxy-Connection: Keep-Alive
+GET http://www.xn--groe-xna.de/page/165 HTTP/1.1
+Host: www.xn--groe-xna.de
+Accept: */*
+Proxy-Connection: Keep-Alive
+
</protocol>
</verify>
</testcase>