From 48a8df8b9864292d931109f0ca39154aaa867021 Mon Sep 17 00:00:00 2001 From: John Krauss Date: Thu, 8 Dec 2016 03:13:55 +0000 Subject: [PATCH] switch brazil testpoint --- src/python/test/autotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/test/autotest.py b/src/python/test/autotest.py index d74d7c2..88b2770 100644 --- a/src/python/test/autotest.py +++ b/src/python/test/autotest.py @@ -147,7 +147,7 @@ def default_lonlat(column_id): elif column_id.startswith('eu.'): raise SkipTest('No tests for Eurostat!') elif column_id.startswith('br.'): - return (-43.19, -22.9) + return (-23.53, -46.63) else: raise Exception('No catalog point set for {}'.format(column_id))