Re: JDBC test suite patch - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: JDBC test suite patch
Date
Msg-id 200109230414.f8N4ENx05039@candle.pha.pa.us
Whole thread Raw
In response to JDBC test suite patch  (Liam Stewart <liams@redhat.com>)
List pgsql-jdbc
Your name has been added to the bottom of the TODO list.

>
> I tried sending the email to jdbc and patches on the 17th but it didn't get
> through. I'm attempting again..
>
> The attached patch is my first run-through of the JDBC test suite. A
> summary of changes:
>
>  . removal of the tablename property from build.xml
>
>  . addition of a dropTable method in JDBC2Tests and cleanups of many
> methods in the same
>
>  . all tests now use non-deprecated assertXYZ methods instead of the
> deprecated assert method
>
>  . failure in TimestampTest (testSetTimestamp) fixed. The failure is
> because testSetTimestamp was inserting a timestamp with hour 7 but
> checkTimeTest was expecting a timestamp with hour 8. AFAICS, there are
> no issues wrt daylight savings time and timestamps being pushed in and
> pulled out (but more explicit tests should be added in the future)
>
>  . failure in TimeTest (testGetTime) fixed. Times to be inserted were
> interpreted in the localtime zone but checking was done with the
> assumption that the insertion was done in GMT.
>
>  . formatting changes in a few of the source files (because I found
> it convenient to have consistent formatting while working on them). The
> formatting is consistent with the new format for java source files in
> PostgreSQL.
>
> Liam
>
> --
> Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: JDBC test suite patch
Next
From: Matt Fair
Date:
Subject: blob setBinaryStream