pgAdmin 4 commit: Fixed code smell 'String literals should not be dupli - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed code smell 'String literals should not be dupli
Date
Msg-id E1k3a4w-0002BR-67@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed code smell 'String literals should not be duplicated' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48737e6a02f171e7554d9171253b1f7d82886b63
Author: Yogesh Mahajan  <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
.../feature_tests/pg_datatype_validation_test.py   |  7 +--
.../pg_utilities_backup_restore_test.py            |  9 ++--
.../query_tool_auto_complete_tests.py              | 19 ++++----
.../feature_tests/query_tool_journey_test.py       | 50 ++++++++++++----------
web/pgadmin/feature_tests/query_tool_tests.py      | 27 ++++++------
web/pgadmin/feature_tests/view_data_dml_queries.py |  5 ++-
.../xss_checks_panels_and_query_tool_test.py       | 16 ++++---
7 files changed, 73 insertions(+), 60 deletions(-)


pgadmin-hackers by date:

Previous
From: Pramod Ahire
Date:
Subject: Re: Code coverage report generation for JS files
Next
From: Akshay Joshi
Date:
Subject: Re: Bug #4387 - User can not insert any value on view data if table and column name contains *SELECT '<';*