diff --git a/test_download_lod2.py b/test_download_lod2.py index 5d08021a42f90951eb88ef100417c6ecb2dd35ea..28d43a038bc6af8091f762f726e21fff2e568b93 100644 --- a/test_download_lod2.py +++ b/test_download_lod2.py @@ -58,6 +58,10 @@ class TestGetOpenData(unittest.TestCase): self.assertIn("EPSG:25832", content) self.assertIn("DEBW_B010000BSWW", content) + def test_get_weird_name(self): + bw_data.main("WëÃrdNämeß", KALTENBRONN_WKT, + output_folder=self.tempFolder / 'Kaltenbronn.proj') + def test_only_download(self): gml_path = bw_data.main("JustDownload", KALTENBRONN_WKT, download_only=True, output_folder=self.tempFolder / 'JustDownload')