comparison schema/manage_users_tests.sql @ 4235:966d7eb6d99b

schema: fix tests * Adjust test expectation for "System admin can see all users" from 6 to 7, because 2041:35acb7f9ae0c added another users that was not accounted for.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 21 Aug 2019 15:59:15 +0200
parents 93fa55bce126
children 3e0755af1177
comparison
equal deleted inserted replaced
4234:fec07ba0fa60 4235:966d7eb6d99b
51 51
52 SET SESSION AUTHORIZATION test_sys_admin1; 52 SET SESSION AUTHORIZATION test_sys_admin1;
53 SELECT set_eq($$ 53 SELECT set_eq($$
54 SELECT count(*) FROM users.list_users 54 SELECT count(*) FROM users.list_users
55 $$, 55 $$,
56 ARRAY[6], 56 ARRAY[7],
57 'System admin can see all users'); 57 'System admin can see all users');
58 58
59 -- 59 --
60 -- Role creation 60 -- Role creation
61 -- 61 --