Bug 30540: Unit test
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 14 Apr 2022 09:19:47 +0000 (10:19 +0100)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2022 16:56:36 +0000 (12:56 -0400)
commit052dd948af6eaaaeeb0e83a6950543b4832aeefe
tree366febe9a594b93b19989190ed8da89c9fab5d28
parent3929335cdbea81c7c891a8a979d69861468502fd
Bug 30540: Unit test

This patch adds tests for checking the output_pref method against
a timezone and datetime that would cause an Invalid local time failure

To test:
1. Apply this patch
2. Run:
   $ kshell
   k$ prove t/DateUtils.t
=> FAIL: The feature is not implemented, tests fail to complete

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/DateUtils.t