Re: [PATCH v3 5/5] Add `human` date format tests.

2019-01-21 Thread Stephen & Linda Smith
On Monday, January 21, 2019 8:04:29 AM MST SZEDER Gábor wrote: > Note that the relative time output is translated, see all the Q_() > calls in show_date_relative(). Consequently, these tests fail in > GETTEXT_POISON builds. Please use 'test_i18ncmp' instead. > > Furthermore, I think it would hel

Re: [PATCH v3 5/5] Add `human` date format tests.

2019-01-21 Thread SZEDER Gábor
On Sun, Jan 20, 2019 at 10:16:46PM -0700, Stephen P. Smith wrote: > When using `human` several fields are suppressed depending on the time > difference between the reference date and the local computer date. In > cases where the difference is less than a year, the year field is > supppressed. If th

[PATCH v3 5/5] Add `human` date format tests.

2019-01-20 Thread Stephen P. Smith
When using `human` several fields are suppressed depending on the time difference between the reference date and the local computer date. In cases where the difference is less than a year, the year field is supppressed. If the time is less than a day; the month and year is suppressed. Use TEST_DAT

[PATCH v3 5/5] Add `human` date format tests.

2019-01-20 Thread Stephen P. Smith
When using `human` several fields are suppressed depending on the time difference between the reference date and the local computer date. In cases where the difference is less than a year, the year field is supppressed. If the time is less than a day; the month and year is suppressed. Use TEST_DAT