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

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed RE-SQL test cases failed due to the previous co
Date
Msg-id E1kBIJP-0003O6-QO@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: Macro Support UI Design
Next
From: Akshay Joshi
Date:
Subject: Re: SCSS Minor SonarQube fixes