kzhunmax opened a new pull request, #1753:
URL: https://github.com/apache/commons-lang/pull/1753

   Adds unit tests for the following DateUtils methods:
   
   - truncatedCompareTo(Date, Date, int)
   - truncatedCompareTo(Calendar, Calendar, int)
   - truncatedEquals(Date, Date, int)
   - truncatedEquals(Calendar, Calendar, int)
   
   ## Motivation
   
   Improves test coverage for the wrapper methods by verifying:
   - equality after truncation
   - less-than and greater-than comparison results
   - true and false cases for truncatedEquals()
   - NullPointerException for null arguments
   
   No production code changes are included.
   
   Related: LANG-1829


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to