perftest updates, adding BR test point

This commit is contained in:
John Krauss
2016-12-08 02:17:38 +00:00
parent 255f8dc18e
commit b7ee3a6d67
2 changed files with 18 additions and 16 deletions

View File

@@ -146,7 +146,8 @@ def default_lonlat(column_id):
return (40.7, -73.9)
elif column_id.startswith('eu.'):
raise SkipTest('No tests for Eurostat!')
#return (52.52207036136366, 13.40606689453125)
elif column_id.startswith('br.'):
return (-22.9, -43.19)
else:
raise Exception('No catalog point set for {}'.format(column_id))