diff --git a/src/pg/test/expected/02_load_tables_test.out b/src/pg/test/expected/02_load_tables_test.out index b61e5d2..cc829ff 100644 --- a/src/pg/test/expected/02_load_tables_test.out +++ b/src/pg/test/expected/02_load_tables_test.out @@ -1,4 +1,4 @@ -SET client_min_messages TO NOTICE; +SET client_min_messages TO WARNING; \set ECHO none -Loading obs_table.sql fixture file... +Loading fixtures... Done. diff --git a/src/pg/test/sql/02_load_tables_test.sql b/src/pg/test/sql/02_load_tables_test.sql index 700ea67..2539f0c 100644 --- a/src/pg/test/sql/02_load_tables_test.sql +++ b/src/pg/test/sql/02_load_tables_test.sql @@ -1,6 +1,9 @@ -SET client_min_messages TO NOTICE; +SET client_min_messages TO WARNING; \set ECHO none -\echo Loading obs_table.sql fixture file... +\echo Loading fixtures... \i test/fixtures/obs_table.sql +\i test/fixtures/obs_column_table.sql +\i test/fixtures/obs_column.sql +\i test/fixtures/obs_column_to_column.sql \echo Done. \unset ECHO