diff schema/run_tests.sh @ 3566:4c585b5d4fe8

Introduce hectometer based order for ranges of ISRS location codes
author Tom Gottfried <tom@intevation.de>
date Fri, 31 May 2019 20:06:27 +0200
parents 453f15ba8030
children 29ef6d41e4af
line wrap: on
line diff
--- a/schema/run_tests.sh	Fri May 31 17:43:39 2019 +0200
+++ b/schema/run_tests.sh	Fri May 31 20:06:27 2019 +0200
@@ -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(65 + (
+    -c "SELECT plan(70 + (
             SELECT count(*)::int
                 FROM information_schema.tables
                 WHERE table_schema = 'waterway'))" \