Refine SSL tests test name reporting Instead of using the psql/libpq connection string as the displayed test name and relying on "notes" and source code comments to explain the tests, give the tests self-explanatory names, like we do elsewhere.
Reviewed-by: Michael Paquier <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b3a101eff0fd3747bebf547b1769e28f820f4515 Modified Files -------------- src/test/ssl/ServerSetup.pm | 15 +---- src/test/ssl/t/001_ssltests.pl | 142 +++++++++++++++++++++++++---------------- 2 files changed, 89 insertions(+), 68 deletions(-)
