From b3813d7efbfd5249d3a80c91995adf936c660ab8 Mon Sep 17 00:00:00 2001 From: cnathe Date: Thu, 28 May 2026 09:54:43 -0500 Subject: [PATCH] TimeChartAPITest fix to update expected error message for cleanup of zeroDayVisitTag property --- src/org/labkey/test/tests/TimeChartAPITest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/labkey/test/tests/TimeChartAPITest.java b/src/org/labkey/test/tests/TimeChartAPITest.java index ff884cac2b..5080d87343 100644 --- a/src/org/labkey/test/tests/TimeChartAPITest.java +++ b/src/org/labkey/test/tests/TimeChartAPITest.java @@ -255,9 +255,9 @@ protected void doCreateSteps() "No enum constant org.labkey.api.visualization.VisualizationIntervalColumn.Interval.MINUTE", "SchemaName, queryName, and name are all required for each measure, dimension, or sort.", "Unable to find field ObcConcNA in study.LuminexAssay.", - "The 'zeroDayVisitTag' property or the 'dateCol' and 'zeroDateCol' properties are required.", + "Either 'dateCol' or 'zeroDateCol' must be specified for date-based charts", "Unable to find field NADate in study.LuminexAssay.", - "The 'zeroDayVisitTag' property or the 'dateCol' and 'zeroDateCol' properties are required.", + "Either 'dateCol' or 'zeroDateCol' must be specified for date-based charts", "Unable to find field NADate in study.Demographics.", "Unable to find table study.LuminexAssayNA.", "Unable to find field AnalyteNameNA in study.LuminexAssay.",