Обсуждение: pgsql: Restructure Ldap TAP test

Поиск
Список
Период
Сортировка

pgsql: Restructure Ldap TAP test

От
Andrew Dunstan
Дата:
Restructure Ldap TAP test

The code for detecting the Ldap installation and setting up a test
server is broken out into a reusable module that can be used  for
additional tests to be added in later patches.

Discussion: https://postgr.es/m/06005bfb-0fd7-9d08-e0e5-440f277b73b4@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee4613d2b7327512477bcf8967e28a93fd01807d

Modified Files
--------------
src/test/ldap/LdapServer.pm | 320 ++++++++++++++++++++++++++++++++++++++++++++
src/test/ldap/t/001_auth.pl | 164 +++--------------------
2 files changed, 340 insertions(+), 144 deletions(-)