public inbox for [email protected]  
help / color / mirror / Atom feed
From: Neel Patel <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [Patch]: Typo in 'test_config.json.in' file
Date: Tue, 14 Apr 2020 11:18:58 +0530
Message-ID: <CACCA4P27_5svi9jwE6Y0UzWFYMn7y4RAo8gHVHR4qEKtkEE2zQ@mail.gmail.com> (raw)

Hi,

Fix the typo in the test configuration json file while running the test
cases. Currently if someone uses the latest file to run the test cases, it
will fail to run.

Please find the attached patch.

Thanks,
Neel Patel


Attachments:

  [application/octet-stream] test_config.patch (985B, 3-test_config.patch)
  download | inline diff:
diff --git a/web/regression/test_config.json.in b/web/regression/test_config.json.in
index 0a151e633..af061b919 100644
--- a/web/regression/test_config.json.in
+++ b/web/regression/test_config.json.in
@@ -18,7 +18,7 @@
   "ldap_config": [
     {
     "ldap": {
-      "name": "Ldap scenario name"
+      "name": "Ldap scenario name",
       "uri": "ldap://IP-ADDRESS/HOSTNAME:389",
       "base_dn": "BASE-DN",
       "search_base_dn": "SEARCH-BASE-DN",
@@ -30,7 +30,7 @@
       "key_file": ""
     },
     "ldap_with_ssl": {
-      "name": "Ldap scenario name"
+      "name": "Ldap scenario name",
       "uri": "ldaps://IP-ADDRESS/HOSTNAME:636",
       "base_dn": "BASE-DN",
       "search_base_dn": "SEARCH-BASE-DN",
@@ -42,7 +42,7 @@
       "key_file": ""
     },
     "ldap_with_tls": {
-      "name": "Ldap scenario name"
+      "name": "Ldap scenario name",
       "uri": "ldap://IP-ADDRESS/HOSTNAME:389",
       "base_dn": "BASE-DN",
       "search_base_dn": "SEARCH-BASE-DN",


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: [Patch]: Typo in 'test_config.json.in' file
  In-Reply-To: <CACCA4P27_5svi9jwE6Y0UzWFYMn7y4RAo8gHVHR4qEKtkEE2zQ@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox