yuyu1025 commented on code in PR #1385:
URL: https://github.com/apache/commons-lang/pull/1385#discussion_r2094300009


##########
src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java:
##########
@@ -1285,6 +1289,173 @@ public void testToCalendarWithTimeZoneNull() {
         assertThrows(NullPointerException.class, () -> 
DateUtils.toCalendar(date1, null));
     }
 
+    @Test
+    void testToLocalDateTimeWithSqlDate() {

Review Comment:
   I have made modifications to this. Thank you for your suggestions.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to