[GitHub] commons-io pull request #61: Strengthen TeeOutputStremTest.testTee with an e...

2018-06-08 Thread oscarlvp
Github user oscarlvp closed the pull request at: https://github.com/apache/commons-io/pull/61 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-io pull request #61: Strengthen TeeOutputStremTest.testTee with an e...

2018-05-31 Thread oscarlvp
GitHub user oscarlvp opened a pull request: https://github.com/apache/commons-io/pull/61 Strengthen TeeOutputStremTest.testTee with an expected result. Tee should not just repeat what's being written to both outputs, the output should also be the same as expected. For example

[GitHub] commons-codec pull request #13: [CODEC-246] Fixed the first pair used to tes...

2018-05-30 Thread oscarlvp
GitHub user oscarlvp opened a pull request: https://github.com/apache/commons-codec/pull/13 [CODEC-246] Fixed the first pair used to test isEncodeEqual After placing the assertion, the first pair failed. "Meyer" and "M\u00fcller" don't have the same c

[GitHub] commons-collections pull request #36: The verification of unsupported iterat...

2018-03-07 Thread oscarlvp
GitHub user oscarlvp opened a pull request: https://github.com/apache/commons-collections/pull/36 The verification of unsupported iterator methods was not complete. In particular there is a verification for unsupported `add` and `set` methods in iterators. The verification misses