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 DefaultParserTest.
Currently, with this inheritance, 58 tests from DefaultParserTest are run
unnecessarily (as they are already run by DefaultParserTest). By removing the
inheritance, 58 fewer tests need to be run when testing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/august782/commons-cli trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-cli/pull/4.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 #4
----
commit 28212b3851f715a8ce586c2fd6152f77dfdba4cb
Author: August Shi <[email protected]>
Date: 2016-06-18T22:38:02Z
Removing unnecessary subclassing of DefaultParserTest
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]