Re: patch: support older junit versions

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: patch: support older junit versions
Date: 2004-07-20 00:25:15
Message-ID: Pine.BSO.4.56.0407191924470.26985@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-07-20 05:32:43 patch: ensure testdbencoding test table is dropped
Previous Message Oliver Jowett 2004-07-19 23:53:36 patch: support older junit versions