Re: patch: support older junit versions - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: patch: support older junit versions
Date
Msg-id Pine.BSO.4.56.0407191924470.26985@leary.csoft.net
Whole thread Raw
In response to patch: support older junit versions  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

On Tue, 20 Jul 2004, Oliver Jowett wrote:

> My version of junit (3.7) doesn't have assertFalse. ArrayTest uses it in
> a couple of places. This patch changes assertFalse(condition) to
> assertTrue(!condition).
>

Applied.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: patch: support older junit versions
Next
From: Oliver Jowett
Date:
Subject: patch: ensure testdbencoding test table is dropped