pgAdmin 4 commit: Fixed RE-SQL test cases failed due to the previous co

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed RE-SQL test cases failed due to the previous co
Date: 2020-08-27 13:51:31
Message-ID: E1kBIJP-0003O6-QO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed RE-SQL test cases failed due to the previous commit.

Introduces a new key - replace_regex_pattern to synchronize the
expected SQL with the backend SQL based on the regex string

Branch
------
master

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

Modified Files
--------------
.../browser/server_groups/servers/roles/tests/9.4_plus/test.json | 9 ++++++---
web/pgadmin/static/scss/_alertify.overrides.scss | 2 +-
web/regression/re_sql/tests/test_resql.py | 6 ++++++
3 files changed, 13 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-27 13:52:30 Re: SCSS Minor SonarQube fixes
Previous Message Akshay Joshi 2020-08-27 13:25:08 Re: Macro Support UI Design