[GitHub] commons-io pull request #48: Add more varied input data to tests in FileSyst...
GitHub user testingsavvy opened a pull request: https://github.com/apache/commons-io/pull/48 Add more varied input data to tests in FileSystemUtilsTestCase This PR adds two test cases with exercise `FileSystemUtilsTestCase#freeSpaceWindows` with one larger amount of free disk space and one smaller amount of free disk space. You can merge this pull request into a Git repository by running: $ git pull https://github.com/testingsavvy/commons-io add-tests-win Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-io/pull/48.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 #48 commit f49488c199228aee3806378392ecadc871e046c0 Author: Owolabi Legunsen Date: 2017-10-17T07:03:01Z add tests with larger and smaller disk spaces on Windows commit febe50d9d8d180b49170574e423f2c1ae1e6c4db Author: testingsavvy Date: 2017-10-17T07:16:30Z add comments for the new tests --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org
[GitHub] commons-imaging pull request #32: add test for DataReaderStripsTest::applyPr...
GitHub user testingsavvy opened a pull request: https://github.com/apache/commons-imaging/pull/32 add test for DataReaderStripsTest::applyPredictor This PR adds a new test for `DataReaderStripsTest::applyPredictor`, so that it can be tested in isolation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/testingsavvy/commons-imaging add-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-imaging/pull/32.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 #32 commit ddf9f2f655f8296a858eb90fa868d94dfc9a79f6 Author: testingsavvy Date: 2017-10-15T02:59:52Z add test for DataReaderStripsTest::applyPredictor --- - 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...
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