pgAdmin 4 commit: Fixed collation tests on Windows, replace use of defa

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed collation tests on Windows, replace use of defa
Date: 2017-08-03 11:21:25
Message-ID: E1ddEBx-0005aK-6i@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed collation tests on Windows, replace use of default 'POSIX' collation with 'C' collation for testing. Fixes #2501

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bebfc627218eccce596caf8fea69eae14682ca7c
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/collations/tests/test_collation_add.py | 2 +-
.../server_groups/servers/databases/schemas/collations/tests/utils.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-08-04 10:25:29 pgAdmin 4 commit: Fixed issue in query tool where messages were not dis
Previous Message Akshay Joshi 2017-08-03 11:21:23 Re: [pgAdmin4][Patch]: To fix Collation tests