Bug 29403: Fix unit test for bug 29718
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 21 Dec 2021 11:44:44 +0000 (11:44 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 28 Jan 2022 21:09:06 +0000 (11:09 -1000)
commitcb4c3a5e21e1d75bdad5c95afe2ab0e274634d25
tree84d95f294607f4b94eb16fa6f0f1864436bd567c
parentdf34a4d53fd6a6a6e1fa0f0e9ff2ed3f72c73e9a
Bug 29403: Fix unit test for bug 29718

Including a 'T' is actually valid for ISO date format, I was being
naughty and writing the test to follow our code rather than writing the
test to conform to the ISO spec first time around. Now we are properly
supporting 'T' in ISO dates with bug 29718, we need to update the test
here to properly reflect an invalid ISO date string.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
The commit message is misleading here. Look at the Z in the code changes.
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/DateUtils.t