pgAdmin 4 commit: Fix tablespace tests for Python 3.x. Fixes #3138

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix tablespace tests for Python 3.x. Fixes #3138
Date: 2018-02-21 17:34:24
Message-ID: E1eoYHg-0004WM-0a@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix tablespace tests for Python 3.x. Fixes #3138

Branch
------
master

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

Modified Files
--------------
.../servers/tablespaces/tests/test_backend_supported.py | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-21 17:37:40 pgAdmin 4 commit: PEP8 cleanups for the sequences module.
Previous Message Dave Page 2018-02-21 17:32:08 pgAdmin 4 commit: Fix validation of sequence parameters. Fixes #3014