Обсуждение: patch: improve exception propagation in testcases

Поиск
Список
Период
Сортировка

patch: improve exception propagation in testcases

От
Oliver Jowett
Дата:
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

Вложения

Re: patch: improve exception propagation in testcases

От
Kris Jurka
Дата:

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