comparison schema/run_tests.sh @ 4602:9fef9930aa8a geoserver_sql_views

Add field for GeoServer SQL view definition
author Tom Gottfried <tom@intevation.de>
date Mon, 02 Sep 2019 18:45:15 +0200
parents 52f7264265bb
children d24e951206ca
comparison
equal deleted inserted replaced
4307:e5a831ecd557 4602:9fef9930aa8a
78 # Drop test roles, add test data and run tests 78 # Drop test roles, add test data and run tests
79 psql -qXv ON_ERROR_STOP= -v -d "$db" -p "$port" \ 79 psql -qXv ON_ERROR_STOP= -v -d "$db" -p "$port" \
80 -c 'SET client_min_messages TO WARNING' \ 80 -c 'SET client_min_messages TO WARNING' \
81 -c "DROP ROLE IF EXISTS $TEST_ROLES" \ 81 -c "DROP ROLE IF EXISTS $TEST_ROLES" \
82 -f "$BASEDIR"/tap_tests_data.sql \ 82 -f "$BASEDIR"/tap_tests_data.sql \
83 -c "SELECT plan(73 + ( 83 -c "SELECT plan(75 + (
84 SELECT count(*)::int 84 SELECT count(*)::int
85 FROM information_schema.tables 85 FROM information_schema.tables
86 WHERE table_schema = 'waterway'))" \ 86 WHERE table_schema = 'waterway'))" \
87 -f "$BASEDIR"/gemma_tests.sql \ 87 -f "$BASEDIR"/gemma_tests.sql \
88 -f "$BASEDIR"/isrs_tests.sql \ 88 -f "$BASEDIR"/isrs_tests.sql \