Re: Failing test in org.postgresql.test.jdbc2.DateTest

From: Mike Fowler <mike(at)mlfowler(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Failing test in org.postgresql.test.jdbc2.DateTest
Date: 2011-02-23 18:30:58
Message-ID: 4D655262.5060804@mlfowler.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 23/02/11 16:42, I wrote:
>
> I've attached a patch to do just that and it's been tested with the
> following JDKs:
>
> 1.4.2_19
> 1.5.0_22
> 1.6.0_21
>
> Regards,
>
Oops, hold the phone. The test still broke on 1.6 but I didn't notice
the error as the "build succeeded". The year value 23456 causes the test
to fail as the maximum year in java.sql.date is 9999. However, when I
change the year to 3456 the test fails:

[junit] expected:<3456-01-01> but was:<456-01-01>

I'll supply a patch that fixes this once I figure out what's up...

Regards,

--
Mike Fowler
Registered Linux user: 379787

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lukas Eder 2011-02-23 21:45:28 Re: UDT arrays
Previous Message Mike Fowler 2011-02-23 16:42:18 Failing test in org.postgresql.test.jdbc2.DateTest