From db0c59bbf2e9fa4835a876cd2f2a83c2e45f5897 Mon Sep 17 00:00:00 2001 From: Owen Leibman Date: Mon, 4 Jan 2021 08:50:17 -0800 Subject: [PATCH] Fix Four Tests for 2021 Four date tests omit year and therefore default to current year, which means that the test results must be updated yearly. --- tests/data/Calculation/DateTime/DATEVALUE.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/data/Calculation/DateTime/DATEVALUE.php b/tests/data/Calculation/DateTime/DATEVALUE.php index 0c76eebbc3..17110c749b 100644 --- a/tests/data/Calculation/DateTime/DATEVALUE.php +++ b/tests/data/Calculation/DateTime/DATEVALUE.php @@ -161,12 +161,12 @@ ], // 01/01 of the current year [ - 43831, + 44197, '1 Jan', ], // 31/12 of the current year [ - 44196, + 44561, '31/12', ], // Excel reads as 1st December 1931, not 31st December in current year @@ -176,12 +176,12 @@ ], // 05/07 of the current year [ - 44017, + 44382, '5-JUL', ], // 05/07 of the current year [ - 44017, + 44382, '5 Jul', ], [