[tests] Don't assume specific charset
authorMarek Habersack <grendel@twistedcode.net>
Fri, 12 Jun 2015 15:33:24 +0000 (17:33 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:21 +0000 (20:45 +0200)
commit36288aca3a4c5b10fbe0a5613d1bee97cf4b72e5
tree6b20a8d579493df5c251d2cb08184a18f6c04f71
parent422f02adf2f1b22e9de106130787823d4fd167c7
[tests] Don't assume specific charset

Don't assume a specific charset in HTTP response from a server. Google
changes response charset based on the country of the client's
IP. There's no point in checking for the specific charset, it's enough
to check whether the response header has correct format.
mcs/class/System/Test/System.Net/HttpWebRequestTest.cs