adding expected out for getgeometry* functions

This commit is contained in:
Andy Eschbacher
2016-04-22 21:20:43 -04:00
parent 18445d7755
commit 0ab7982727
2 changed files with 89 additions and 112 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,89 @@
\i test/sql/load_fixtures.sql
SET client_min_messages TO WARNING;
\set ECHO none
Loading obs_table.sql fixture file...
Done.
Loading obs_column.sql fixture file...
Done.
Loading obs_column_table.sql fixture file...
Done.
Loading obs_column_to_column.sql fixture file...
Done.
Loading obs_85328201013baa14e8e8a4a57a01e6f6fbc5f9b1.sql fixture file...
Done.
Loading obs_3e7cc9cfd403b912c57b42d5f9195af9ce2f3cdb.sql fixture file...
Done.
Loading obs_ab038198aaab3f3cb055758638ee4de28ad70146.sql fixture file...
Done.
Loading obs_a92e1111ad3177676471d66bb8036e6d057f271b.sql fixture file...
Done.
Loading obs_11ee8b82c877c073438bc935a91d3dfccef875d1.sql fixture file...
Done.
Loading obs_d34555209878e8c4b37cf0b2b3d072ff129ec470.sql fixture file...
Done.
Loading obs_b0ef6dd68d5faddbf231fd7f02916b3d00ec43c4.sql fixture file...
Done.
obs_getgeometry_cartodb_census_tract
t
(1 row)
obs_getgeometry_cartodb_county
t
(1 row)
obs_getgeometry_non_existent_boundary_id
t
(1 row)
obs_getgeometry_null_island_census_tract
t
(1 row)
obs_getgeometry_year_census_tract
t
(1 row)
obs_getgeometry_unlisted_year
t
(1 row)
obs_getgeometryid_cartodb_census_tract
t
(1 row)
obs_getgeometryid_cartodb_census_tract_with_year
t
(1 row)
obs_getgeometryid_cartodb_county_with_year
t
(1 row)
obs_getgeometryid_null_island
t
(1 row)
obs_getgeometrybyid_cartodb_county
t
(1 row)
obs_getgeometrybyid_compared_with_obs_getgeometry
t
(1 row)
obs_getgeometrybyid_boundary_id_mismatch_geom_id
t
(1 row)
obs_getgeometrybyid_boundary_id_mismatch_geom_id
t
(1 row)
Dropping obs_table.sql fixture table...
Done.
Dropping obs_column.sql fixture table...
Done.
Dropping obs_column_table.sql fixture table...
Done.
Dropping obs_column_to_column.sql fixture table...
Done.
Dropping obs_85328201013baa14e8e8a4a57a01e6f6fbc5f9b1 fixture table...
Done.
Dropping obs_3e7cc9cfd403b912c57b42d5f9195af9ce2f3cdb fixture table...
Done.
Dropping obs_ab038198aaab3f3cb055758638ee4de28ad70146 fixture table...
Done.
Dropping obs_a92e1111ad3177676471d66bb8036e6d057f271b fixture table...
Done.
Dropping obs_11ee8b82c877c073438bc935a91d3dfccef875d1 fixture table...
Done.
Dropping obs_d34555209878e8c4b37cf0b2b3d072ff129ec470 fixture table...
Done.
Dropping obs_b0ef6dd68d5faddbf231fd7f02916b3d00ec43c4 fixture table...
Done.