update test

This commit is contained in:
John Krauss 2016-05-05 14:31:16 -04:00
parent 4a3d35759b
commit 111d07c80a
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
\i test/sql/load_fixtures.sql
\i test/fixtures/load_fixtures.sql
SET client_min_messages TO WARNING;
\set ECHO none
Loading obs_table.sql fixture file...

View File

@ -1,6 +1,6 @@
\i test/sql/load_fixtures.sql
\pset format unaligned
\set ECHO all
\i test/fixtures/load_fixtures.sql
-- OBS_GeomTable
-- get table with known geometry_id
@ -80,4 +80,4 @@ SELECT cdb_observatory._OBS_GetRelatedColumn(
-- should give back a standardized measure name
SELECT cdb_observatory._OBS_StandardizeMeasureName('test 343 %% 2 qqq }}{{}}');
\i test/sql/drop_fixtures.sql
\i test/fixtures/drop_fixtures.sql