From ce7b378ea20e72ce1c0c187db5904aa38fe1f651 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Tue, 25 Mar 2025 13:15:47 +0100 Subject: [PATCH] Check weird name --- test_download_lod2.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_download_lod2.py b/test_download_lod2.py index 5d08021..28d43a0 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') -- GitLab