[patch] mauve testsuite sql Timestamp

Andreas Tobler toa@pop.agri.ch
Sun Oct 10 20:18:00 GMT 2004


Hi Mark,

Mark Wielaard wrote:

> On Sun, 2004-10-10 at 18:22, Andreas Tobler wrote:
> 
>>>I do this just before I create a new timestamp:
>>>
>>>    // Set a common timezone to get the same result everywhere.
>>>    SimpleTimeZone stz = new SimpleTimeZone(0 * 3600, "GMT");
>>>    TimeZone.setDefault(stz);
>>
>>with the attached patch it seems to werk and hopefully also for all 
>>people not sitting in my timezone :)
> 
> 
> Thanks. Looks good and works for me.
> Committed as:
> 
> 2004-10-10  Andreas Tobler <toa@pop.agri.ch>
> 
>         * gnu/testlet/java/sql/Timestamp/TimestampTest.java: Set default
>         TimeZone before the tests.
> 
> BTW. There is a mauve-patches@sources.redhat.com mailinglist (CCed).

Thanks for doing this.

I will keep in mind that there is a ml for that.
Also, I'll a CL next time.

Regards,
Andreas



More information about the Mauve-patches mailing list