[GitHub] commons-io pull request #44: Add another test for ClassLoaderObjectInputStre...

2017-09-26 Thread asfgit
Github user asfgit closed the pull request at:

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


---

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



[GitHub] commons-io pull request #44: Add another test for ClassLoaderObjectInputStre...

2017-09-25 Thread testingsavvy
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 
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