fixing tests after adding new fixtures

This commit is contained in:
Andy Eschbacher 2016-05-05 13:57:54 -04:00
parent 3b9d71aa00
commit f8e5d162ec
2 changed files with 17 additions and 16 deletions

View File

@ -541,9 +541,9 @@ BEGIN
AND geoid_ct.table_id = geom_t.id AND
geom_t.id = geom_ct.table_id AND
geom_ct.column_id = geom_c.id AND
geom_c.type ILIKE 'geometry'
LIMIT 1
$string$, boundary_id);
geom_c.type ILIKE 'geometry' AND
geom_c.id = '%s'
$string$, boundary_id, boundary_id);
-- AND geom_t.timespan = '%s' <-- put in requested year
-- TODO: filter by clipped vs. not so appropriate tablename are unique
-- so the limit 1 can be removed

File diff suppressed because one or more lines are too long