comparison schema/run_tests.sh @ 343:5b03f420957d

Use INSTEAD OF trigger for user creation Now make the whole thing look like a real table. There is no more function in schema sys_admin, thus remove respective privilege test.
author Tom Gottfried <tom@intevation.de>
date Mon, 06 Aug 2018 13:25:18 +0200
parents c6bd6ed18942
children f5087cebc740
comparison
equal deleted inserted replaced
342:c6bd6ed18942 343:5b03f420957d
14 # Drop test roles, add test data and run tests 14 # Drop test roles, add test data and run tests
15 psql -qXv ON_ERROR_STOP= -v -d gemma_test \ 15 psql -qXv ON_ERROR_STOP= -v -d gemma_test \
16 -c 'SET client_min_messages TO WARNING' \ 16 -c 'SET client_min_messages TO WARNING' \
17 -c "DROP ROLE IF EXISTS $TEST_ROLES" \ 17 -c "DROP ROLE IF EXISTS $TEST_ROLES" \
18 -f tap_tests_data.sql \ 18 -f tap_tests_data.sql \
19 -c 'SELECT plan(44)' \ 19 -c 'SELECT plan(43)' \
20 -f auth_tests.sql \ 20 -f auth_tests.sql \
21 -f manage_users_tests.sql \ 21 -f manage_users_tests.sql \
22 -c 'SELECT * FROM finish()' 22 -c 'SELECT * FROM finish()'