This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
from 08218d1c Add missing tests new e70b7311 Deprecate org.apache.commons.net.util.TrustManagerUtils.TrustManagerUtils() for removal new daaa5ac3 Add tests The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 1 + .../apache/commons/net/util/TrustManagerUtils.java | 10 ++++++ .../commons/net/util/TrustManagerUtilsTest.java | 38 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 src/test/java/org/apache/commons/net/util/TrustManagerUtilsTest.java