Re: patch: improve exception propagation in testcases

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: patch: improve exception propagation in testcases
Date: 2004-01-15 00:34:38
Message-ID: Pine.LNX.4.33.0401141934170.10931-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 2 Dec 2003, Oliver Jowett wrote:

> This patch modifies various testcases and test support code so they do not
> catch-and-rethrow SQLExceptions as assertion failures. This means you
> actually see the original exception (and under 1.4, any nested exception)
> without any extra work; it also makes the code a bit easier to read.
>
> -O
>

Patch applied to gborg cvs.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-01-15 10:37:03 Re: jdbc1.AbstractJdbc1Statement.setBinaryStream bug and
Previous Message John Gibson 2004-01-14 21:26:09 Re: "Best" Pre-compiled driver for PostgreSQL 7.2.2 ?