pgAdmin 4 commit: Fixed RESQL test cases for Roles module.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed RESQL test cases for Roles module.
Date: 2020-08-28 12:52:37
Message-ID: E1kBdrx-0003Ay-GK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed RESQL test cases for Roles module.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11d561386636770d5d01d3110db52c9023c6b083
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../roles/templates/roles/sql/9.4_plus/sql.sql | 2 +-
.../roles/tests/9.4_plus/alter_role_options1.msql | 4 +-
.../roles/tests/9.4_plus/alter_role_options1.sql | 4 +-
.../roles/tests/9.4_plus/alter_role_options2.msql | 4 +-
.../roles/tests/9.4_plus/alter_role_options2.sql | 4 +-
.../roles/tests/9.4_plus/alter_role_options3.msql | 2 +-
.../roles/tests/9.4_plus/alter_role_options3.sql | 2 +-
.../roles/tests/9.4_plus/alter_role_options4.msql | 2 +-
.../roles/tests/9.4_plus/alter_role_options4.sql | 2 +-
.../servers/roles/tests/9.4_plus/test.json | 61 ++++++++++++++++++++--
web/regression/re_sql/tests/test_resql.py | 12 +++--
11 files changed, 77 insertions(+), 22 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-28 12:53:35 Re: pgAdmin 4 commit: Fixed cognitive complexity issues and added some more
Previous Message Aditya Toshniwal 2020-08-28 12:20:14 Re: pgAdmin 4 commit: Fixed cognitive complexity issues and added some more