From 9391d980c3e0e4182e978ef8a5a12a1c0ed32017 Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Thu, 23 Oct 2008 01:53:27 +0000
Subject: [PATCH] Tweaked a few tests to test proper Turkish locale handling

---
 tests/data/test202 | 2 +-
 tests/data/test220 | 4 ++--
 tests/data/test61  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/data/test202 b/tests/data/test202
index 4344d64c8a..517847064a 100644
--- a/tests/data/test202
+++ b/tests/data/test202
@@ -14,7 +14,7 @@ file
 two file:// URLs to stdout
  </name>
  <command>
-file://localhost/%PWD/log/test202.txt file://localhost/%PWD/log/test202.txt
+file://localhost/%PWD/log/test202.txt FILE://localhost/%PWD/log/test202.txt
 </command>
 <file name="log/test202.txt">
 contents in a single file
diff --git a/tests/data/test220 b/tests/data/test220
index 73ffaaae8d..2fb0b8a6a1 100644
--- a/tests/data/test220
+++ b/tests/data/test220
@@ -14,7 +14,7 @@ SFRUUC8xLjEgMjAwIE9LDQpEYXRlOiBNb24sIDI5IE5vdiAyMDA0IDIxOjU2OjUzIEdNVA0KU2Vy
 dmVyOiBBcGFjaGUvMS4zLjMxIChEZWJpYW4gR05VL0xpbnV4KSBtb2RfZ3ppcC8xLjMuMjYuMWEg
 UEhQLzQuMy45LTEgbW9kX3NzbC8yLjguMjAgT3BlblNTTC8wLjkuN2QgbW9kX3BlcmwvMS4yOQ0K
 VmFyeTogQWNjZXB0LUVuY29kaW5nDQpDb250ZW50LVR5cGU6IHRleHQvaHRtbDsgY2hhcnNldD1J
-U08tODg1OS0xDQpDb250ZW50LUVuY29kaW5nOiBnemlwDQpDb250ZW50LUxlbmd0aDogNDQNCg0K
+U08tODg1OS0xDQpDb250ZW50LUVuY29kaW5nOiBHWklQDQpDb250ZW50LUxlbmd0aDogNDQNCg0K
 H4sICHmeq0EAA2xhbGFsYQDLycxLVTDkUsgB0UZcChCGMRcACgJxYBgAAAA=
 </data>
 
@@ -24,7 +24,7 @@ Date: Mon, 29 Nov 2004 21:56:53 GMT
 Server: Apache/1.3.31 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.3.9-1 mod_ssl/2.8.20 OpenSSL/0.9.7d mod_perl/1.29
 Vary: Accept-Encoding
 Content-Type: text/html; charset=ISO-8859-1
-Content-Encoding: gzip
+Content-Encoding: GZIP
 Content-Length: 44
 
 line 1
diff --git a/tests/data/test61 b/tests/data/test61
index 410119de88..06c0878819 100644
--- a/tests/data/test61
+++ b/tests/data/test61
@@ -17,7 +17,7 @@ Server: test-server/fake
 Content-Type: text/html
 Funny-head: yesyes
 Set-Cookie: test=yes; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
-Set-Cookie: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
+SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
 Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
 Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
 Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
-- 
GitLab