Allow specifying server/port for the test suite

From: Kris Jurka <books(at)ejurka(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Allow specifying server/port for the test suite
Date: 2003-11-03 06:21:55
Message-ID: Pine.LNX.4.33.0311030055470.32292-200000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


This patch allows the specification of the server and port to use when
running the regression tests and it removes the hacked way the URL was
previously parsed to determine the database name when running the
connection pooling and datasource tests.

Kris Jurka

Attachment Content-Type Size
testurl.patch text/plain 10.6 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jan-Andre le Roux 2003-11-03 08:40:36 ResultSetMetaData implementation
Previous Message Kris Jurka 2003-11-03 05:53:18 Re: A bug in 7.3 jdbc driver