[GitHub] commons-io pull request #68: Output all parameters in ReversedLinesFileReade...

2018-10-29 Thread august782
GitHub user august782 opened a pull request: https://github.com/apache/commons-io/pull/68 Output all parameters in ReversedLinesFileReaderTestParamFile In ReversedLinesFileReaderTestParamFile, the parameterized tests have three parameters, but currently the test class is configured

[GitHub] commons-cli pull request #4: Removing unnecessary subclassing of DefaultPars...

2016-06-18 Thread august782
GitHub user august782 opened a pull request: https://github.com/apache/commons-cli/pull/4 Removing unnecessary subclassing of DefaultParserTest The test class BugCLI252Test extends DefaultParserTest, but there is no need for it to do so as it does not use anything from

[GitHub] commons-cli pull request #5: Skipping empty tests

2016-06-19 Thread august782
GitHub user august782 opened a pull request: https://github.com/apache/commons-cli/pull/5 Skipping empty tests This pull request adds @Ignore to tests with purposely left empty test bodies due to the features not being implemented (the @Test is added as well due to how JUnit