Re: Problems with infinity

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Siegmar <o(dot)siegmar(at)vitrado(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problems with infinity
Date: 2005-01-14 13:03:18
Message-ID: Pine.BSO.4.56.0501140801010.28767@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Siegmar 2005-01-14 14:39:48 Re: Problems with infinity
Previous Message Oliver Siegmar 2005-01-14 12:52:02 Re: Problems with infinity