GitHub user testingsavvy opened a pull request:

    https://github.com/apache/commons-io/pull/44

    Add another test for ClassLoaderObjectInputStream::resolveProxyClass

    Currently, `ClassLoaderObjectInputStreamTest::testResolveProxyClass` only 
tests `ClassLoaderObjectInputStream::resolveProxyClass` with single-element 
array. This PR adds a new test to check for the case where the `Proxy` class is 
assignable from multiple interfaces, and that the `Proxy` class is only a proxy 
for the interfaces that it implements.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/testingsavvy/commons-io master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-io/pull/44.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 #44
    
----
commit 4d5e45cdb44f61202ce439caa3d417813375f9b7
Author: Owolabi Legunsen <legun...@illinois.edu>
Date:   2017-09-25T19:39:34Z

    added test to exercise ClassLoaderObjectInputStream::resolveProxyClass with 
multiple interfaces

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to