> But
>> jooq-parent$ mvn package -amd
>>
>> Builds, but fails on the tests with
>>
>> Failed tests:
>>   testInsertQuery2(org.jooq.test.BasicTest): null expected:<...(10,
>> 'ABC', date '19[70-01-0]1')> but was:<...(10, 'ABC', date '19[69-12-3]1')>
>>   testMergeQuery(org.jooq.test.BasicTest): null expected:<..."."DATE1" =
>> date '19[70-01-01' when not matched then insert ("ID1", "NAME1", "DATE1")
>> values (1, 'name', date '1970-01-0]1')> but was:<..."."DATE1" = date
>> '19[69-12-31' when not matched then insert ("ID1", "NAME1", "DATE1") values
>> (1, 'name', date '1969-12-3]1')>
>>   testToString(org.jooq.test.ConvertTest): expected:<19[70-01-0]1> but
>> was:<19[69-12-3]1>
>>
>
> Hmm, I guess some tests weren't written timezone-safely. Looks like these
> tests fail as you're not in CET / CEST. I should fix that
> https://github.com/jOOQ/jOOQ/issues/2271
>

This is now fixed on Github master

Cheers
Lukas

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to