GitHub user caseyscarborough opened a pull request:
https://github.com/apache/commons-lang/pull/133
Add tests for missed branches in DateUtils
Fixes a typo and adds tests for some missed branches in `DateUtils`.
The `isSame` methods require both dates to be non-null. Previously breaking
the check to allow one of the dates to be null didn't trigger a failing test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caseyscarborough/commons-lang master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/133.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #133
----
commit 1ecdf78a240d9894ca5e25fee49bb8a38aa08a0c
Author: Casey Scarborough <[email protected]>
Date: 2016-04-23T17:46:21Z
Add tests for missed branches in DateUtils
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---