Re: Allow specifying server/port for the test suite

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

Checked in, and it builds now

Thanks,

Dave

On Tue, 2003-11-04 at 21:31, Kris Jurka wrote:
> On Wed, 5 Nov 2003, Oliver Jowett wrote:
>
> > 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.
> >
>
> Yes, I forgot to include that in my original patch and Dave somehow failed
> to notice. I've already sent the attached missing patch to Dave and the
> committers list, but I probably should have also included the jdbc folks
> in that.
>
> Sorry,
> Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2003-11-05 14:04:49 Re: In what jar is org.postgresql.Connection ?
Previous Message Kris Jurka 2003-11-05 02:31:47 Re: Allow specifying server/port for the test suite