diff schema/run_tests.sh @ 569:ad07846b09d1

Add function to construct isrs from text In passing moved all related functionality to its own set of files.
author Tom Gottfried <tom@intevation.de>
date Wed, 05 Sep 2018 11:05:58 +0200
parents 3af7ca761f6a
children 6590208e3ee1
line wrap: on
line diff
--- a/schema/run_tests.sh	Wed Sep 05 10:43:05 2018 +0200
+++ b/schema/run_tests.sh	Wed Sep 05 11:05:58 2018 +0200
@@ -16,7 +16,8 @@
     -c 'SET client_min_messages TO WARNING' \
     -c "DROP ROLE IF EXISTS $TEST_ROLES" \
     -f tap_tests_data.sql \
-    -c 'SELECT plan(43)' \
+    -c 'SELECT plan(45)' \
+    -f isrs_tests.sql \
     -f auth_tests.sql \
     -f manage_users_tests.sql \
     -c 'SELECT * FROM finish()'