public inbox for [email protected]  
help / color / mirror / Atom feed
[Patch]: Typo in 'test_config.json.in' file
2+ messages / 2 participants
[nested] [flat]

* [Patch]: Typo in 'test_config.json.in' file
@ 2020-04-14 05:48  Neel Patel <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Neel Patel @ 2020-04-14 05:48 UTC (permalink / raw)
  To: pgadmin-hackers <[email protected]>

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",


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [Patch]: Typo in 'test_config.json.in' file
@ 2020-04-14 08:03  Akshay Joshi <[email protected]>
  parent: Neel Patel <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Akshay Joshi @ 2020-04-14 08:03 UTC (permalink / raw)
  To: Neel Patel <[email protected]>; +Cc: pgadmin-hackers <[email protected]>

Thanks, patch applied.

On Tue, Apr 14, 2020 at 11:19 AM Neel Patel <[email protected]>
wrote:

> 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
>


-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2020-04-14 08:03 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 05:48 [Patch]: Typo in 'test_config.json.in' file Neel Patel <[email protected]>
2020-04-14 08:03 ` Akshay Joshi <[email protected]>

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