[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why is this test consistently failing...
From: |
Wolfgang Lux |
Subject: |
Re: Why is this test consistently failing... |
Date: |
Tue, 2 Jul 2019 10:11:29 +0200 |
Am 02.07.2019 um 00:25 schrieb Gregory Casamento <address@hidden>:
>
> base/GSTLS/basic.m:
> Failed test: basic.m:31 ... Expiration date can be retrieved
> --- Running tests in base/GSXML -
This was a time zone issue. The test was comparing the expiration date of a
certificate with a date that was constructed relative to the local time zone
and therefore did work only when run with a default time zone of GMT. Should be
fixed now.
Wolfgang