Re: Problems with infinity - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Problems with infinity
Date
Msg-id Pine.BSO.4.56.0501140801010.28767@leary.csoft.net
Whole thread Raw
In response to Re: Problems with infinity  (Oliver Siegmar <o.siegmar@vitrado.de>)
Responses Re: Problems with infinity  (Oliver Siegmar <o.siegmar@vitrado.de>)
List pgsql-jdbc

On Fri, 14 Jan 2005, Oliver Siegmar wrote:

> I added tests to the main method within TimestampUtils, but I can't run the
> test. A simple 'ant test' runs flawlessly without any errors, but it doesn't
> do anything -
>

The main method in TimestampUtils is a one off and is not part of the main
test suite.  Consider adding something to
org/postgresql/test/jdbc2/TimestampTest.java.  The test suite does not run
because you have do not have junit (http://junit.org) installed and
available in your classpath.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Oliver Siegmar
Date:
Subject: Re: Problems with infinity
Next
From: Tom Lane
Date:
Subject: Re: Problems with infinity