JDBC test suite patch

From: Liam Stewart <liams(at)redhat(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: JDBC test suite patch
Date: 2001-09-20 20:24:45
Message-ID: 20010920162444.A25583@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches


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(at)redhat(dot)com

Attachment Content-Type Size
jdbctests.patch text/plain 68.9 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Antonio Fiol Bonnín 2001-09-21 15:26:20 getObject()
Previous Message Barry Lind 2001-09-19 02:22:38 Re: Reading Timestamp values from a ResultSet

Browse pgsql-patches by date

  From Date Subject
Next Message Ian Lance Taylor 2001-09-20 20:58:20 Re: CREATE OR REPLACE FUNCTION
Previous Message Tom Lane 2001-09-20 20:09:06 Re: CREATE OR REPLACE FUNCTION