Another missed quote

Conflicts:
	tests/unit/modules/postgres_test.py
This commit is contained in:
Mike Place 2015-01-08 10:16:02 -07:00
parent 80039305ab
commit bb0c32e44d

View File

@ -397,7 +397,7 @@ class PostgresTestCase(TestCase):
'-c [\'"]{0,1}ALTER ROLE (\\\\)?"test_username(\\\\)?" WITH INHERIT NOCREATEDB ' '-c [\'"]{0,1}ALTER ROLE (\\\\)?"test_username(\\\\)?" WITH INHERIT NOCREATEDB '
'NOCREATEROLE NOREPLICATION LOGIN ' 'NOCREATEROLE NOREPLICATION LOGIN '
'UNENCRYPTED PASSWORD [\'"]{0,5}test_role_pass[\'"]{0,5};' 'UNENCRYPTED PASSWORD [\'"]{0,5}test_role_pass[\'"]{0,5};'
' GRANT (\\\\)?"test_groups(\\\\)?" TO "test_username"[\'"]{0,1}', ' GRANT (\\\\)?"test_groups(\\\\)?" TO (\\\\)?"test_username(\\\\)?"[\'"]{0,1}',
call_output) call_output)
) )