comparison schema/manage_users_tests.sql @ 233:531d1f8a2b4b

Fix spelling
author Tom Gottfried <tom@intevation.de>
date Thu, 26 Jul 2018 15:02:19 +0200
parents 4859aa6c96be
children 55dce2f649bc
comparison
equal deleted inserted replaced
232:4859aa6c96be 233:531d1f8a2b4b
56 SELECT throws_ok($$ 56 SELECT throws_ok($$
57 SELECT sys_admin.create_user( 57 SELECT sys_admin.create_user(
58 'waterway_user', 'test2', 'secret', 'AT', NULL, 'xxx') 58 'waterway_user', 'test2', 'secret', 'AT', NULL, 'xxx')
59 $$, 59 $$,
60 23505, NULL, 60 23505, NULL,
61 'No duplicate e-mail adress is allowed'); 61 'No duplicate e-mail address is allowed');
62 62
63 -- 63 --
64 -- Role update 64 -- Role update
65 -- 65 --
66 SELECT lives_ok($$ 66 SELECT lives_ok($$