Skip to content

Commit 14ce2bb

Browse files
committed
Update invalid datetime error msg
1 parent 60e6b5a commit 14ce2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/org/labkey/test/tests/targetedms/TargetedMSUtilizationCalendarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void testUtilizationCalendarActions()
5757
log("Input data validation checks");
5858
utilizationCalendar.setDisplay("1")
5959
.markOfflineExpectingError("2013-08-2", null, null, "Error saving. Missing value for required property: Description")
60-
.markOfflineExpectingError("2013-08-2", "2013-0802", null, "Error saving. Could not convert value '2013-0802' (String) for Timestamp field 'EndDate'")
60+
.markOfflineExpectingError("2013-08-2", "2013-0802", null, "Error saving. '2013-0802’ is not a valid Timestamp for EndDate using U.S. date parsing (MDY)")
6161
.markOfflineExpectingError("2013-08-2", "2013-08-01", null, "Error saving. End date cannot be before the start date");
6262

6363
log("Marking single day offline");

0 commit comments

Comments
 (0)