From 53e6b38c325c4daabfcb485abaffd97a97ef39c4 Mon Sep 17 00:00:00 2001 From: javi Date: Mon, 27 Jul 2015 11:03:21 +0200 Subject: [PATCH] enabling user again (no sense) --- test/organization/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/organization/test.sh b/test/organization/test.sh index bc70ef1..1dbabeb 100644 --- a/test/organization/test.sh +++ b/test/organization/test.sh @@ -347,7 +347,7 @@ function test_cdb_querytables_does_not_return_functions_as_part_of_the_resultset } function test_cdb_usertables_should_work_with_orgusers() { - #sql "CREATE ROLE publicuser LOGIN" + sql "CREATE ROLE publicuser" sql "GRANT USAGE ON SCHEMA cartodb TO publicuser;" ${CMD} -d ${DATABASE} -f scripts-available/CDB_UserTables.sql sql cdb_testmember_1 "CREATE TABLE test_perms_pub (a int)"