Re: Allow specifying server/port for the test suite

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org, pg(at)fastcrypt(dot)com
Subject: Re: Allow specifying server/port for the test suite
Date: 2003-11-05 02:11:57
Message-ID: 20031105021155.GB31833@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, Nov 03, 2003 at 01:21:55AM -0500, Kris Jurka wrote:
>
> 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.

This patch seems to be missing the diffs to
org/postgresql/test/TestUtil.java. It's been applied as-is so currently the
testsuite in CVS won't build.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-11-05 02:31:47 Re: Allow specifying server/port for the test suite
Previous Message Oliver Jowett 2003-11-05 01:39:38 patch: don't use cursors with scrollable resultsets