comparison schema/run_tests.sh @ 2431:48495bd3081d

Construct stretch area between distance marks also from non-contiguous axis Before, both distance marks were required to be next to the same linestring of the waterway axis.
author Tom Gottfried <tom@intevation.de>
date Thu, 28 Feb 2019 19:44:38 +0100
parents 7936b46a88d4
children 73c8762cee60
comparison
equal deleted inserted replaced
2430:2a93a8649751 2431:48495bd3081d
26 # Drop test roles, add test data and run tests 26 # Drop test roles, add test data and run tests
27 psql -qXv ON_ERROR_STOP= -v -d gemma_test \ 27 psql -qXv ON_ERROR_STOP= -v -d gemma_test \
28 -c 'SET client_min_messages TO WARNING' \ 28 -c 'SET client_min_messages TO WARNING' \
29 -c "DROP ROLE IF EXISTS $TEST_ROLES" \ 29 -c "DROP ROLE IF EXISTS $TEST_ROLES" \
30 -f tap_tests_data.sql \ 30 -f tap_tests_data.sql \
31 -c 'SELECT plan(57)' \ 31 -c 'SELECT plan(58)' \
32 -f isrs_tests.sql \ 32 -f isrs_tests.sql \
33 -f auth_tests.sql \ 33 -f auth_tests.sql \
34 -f manage_users_tests.sql \ 34 -f manage_users_tests.sql \
35 -c 'SELECT * FROM finish()' 35 -c 'SELECT * FROM finish()'