adjust expectations and make sure echo is none

This commit is contained in:
John Krauss
2016-07-12 11:21:42 -04:00
parent b512985b46
commit 4f3baac10a
6 changed files with 7 additions and 3 deletions
@@ -1,4 +1,3 @@
\i test/fixtures/load_fixtures.sql
SET client_min_messages TO WARNING;
\set ECHO none
_obs_searchtables_tables_match|_obs_searchtables_timespan_matches
@@ -1,6 +1,5 @@
\pset format unaligned
\set ECHO all
\i test/fixtures/load_fixtures.sql
SET client_min_messages TO WARNING;
\set ECHO none
obs_getboundary_cartodb_census_tract
@@ -1,6 +1,8 @@
\pset format unaligned
\set ECHO all
\i test/fixtures/load_fixtures.sql
SET client_min_messages TO WARNING;
\set ECHO none
-- OBS_GeomTable
-- get table with known geometry_id
@@ -1,5 +1,6 @@
\pset format unaligned
\set ECHO none
SET client_min_messages TO WARNING;
--
WITH result as(
@@ -1,4 +1,6 @@
\pset format unaligned
\set ECHO none
SET client_min_messages TO WARNING;
-- set up variables for use in testing
@@ -1,5 +1,6 @@
\pset format unaligned
\set ECHO all
\set ECHO none
SET client_min_messages TO WARNING;
-- set up variables for use in testing