diff schema/run_tests.sh @ 2535:73c8762cee60

Stretch area generation: Throw errors instead of returning NULL It is now an error if not both distance marks for the given stretch can be found or no contiguous axis can be constructed between them.
author Tom Gottfried <tom@intevation.de>
date Thu, 07 Mar 2019 12:20:00 +0100
parents 48495bd3081d
children d316a6e41f54
line wrap: on
line diff
--- a/schema/run_tests.sh	Thu Mar 07 12:15:14 2019 +0100
+++ b/schema/run_tests.sh	Thu Mar 07 12:20:00 2019 +0100
@@ -28,7 +28,7 @@
     -c 'SET client_min_messages TO WARNING' \
     -c "DROP ROLE IF EXISTS $TEST_ROLES" \
     -f tap_tests_data.sql \
-    -c 'SELECT plan(58)' \
+    -c 'SELECT plan(60)' \
     -f isrs_tests.sql \
     -f auth_tests.sql \
     -f manage_users_tests.sql \