This is the mail archive of the mauve-patches@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] mauve testsuite sql Timestamp


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]