patch: support older junit versions

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: patch: support older junit versions
Date: 2004-07-19 23:53:36
Message-ID: 40FC5F00.3060803@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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).

-O

Attachment Content-Type Size
pgjdbc-support-old-junit.txt text/plain 1.3 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-07-20 00:25:15 Re: patch: support older junit versions
Previous Message Xavier Poinsard 2004-07-19 12:46:18 Re: [ADMIN] Migrate postgres databases from SQL_ASCII to UNICODE