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