From 299529dca65b4b5fcba700ee1cb8f1918342662e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 14 Feb 2017 09:05:55 -0500 Subject: [PATCH] [1.8.x] Fixed GeoIP test failure with the latest data. Backport of da2e92d25ea32a25679d99525365ac7ac8e297ee from stable/1.11.x --- tests/gis_tests/test_geoip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gis_tests/test_geoip.py b/tests/gis_tests/test_geoip.py index b7bb24c7f3..0fe6ca6159 100644 --- a/tests/gis_tests/test_geoip.py +++ b/tests/gis_tests/test_geoip.py @@ -113,7 +113,7 @@ class GeoIPTest(unittest.TestCase): def test05_unicode_response(self): "Testing that GeoIP strings are properly encoded, see #16553." g = GeoIP() - d = g.city("hs-duesseldorf.de") + d = g.city("messe-duesseldorf.com") self.assertEqual('Düsseldorf', d['city']) d = g.country('200.26.205.1') # Some databases have only unaccented countries