Re: bug on to do list reproducable at version 9.0-801 - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: bug on to do list reproducable at version 9.0-801
Date
Msg-id alpine.BSO.2.00.1202131238460.21621@leary.csoft.net
Whole thread Raw
In response to Re: bug on to do list reproducable at version 9.0-801  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: bug on to do list reproducable at version 9.0-801  (Florent Guillaume <fg@nuxeo.com>)
List pgsql-jdbc

On Mon, 13 Feb 2012, Dave Cramer wrote:

> Thanks for the patch. I've had some time to look at it. One problem I
> am running into is creating a test case for it.
>
> Currently all of our test code is in the test.org.postgresql....
> package(s) however I can't get access to one of the protected methods
> from there.

Are you confusing protected with package private?  Changing the test
package won't magically give you access to a protected method.

> I'm thinking we should move all of the test code into
> org.postgresql.... package and drop the test. This would give us the
> ability to create unit tests on more methods
>

The easier approach is just to make more internal methods public.  Since
everyone is really just dealing the standard java.sql interfaces, I don't
think we'd really be risking over-exposing driver internals.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: bug on to do list reproducable at version 9.0-801
Next
From: Florent Guillaume
Date:
Subject: Re: bug on to do list reproducable at version 9.0-801