Skip to content

Commit 23c16cc

Browse files
committed
Remove unnecessary subclassing of DefaultParserTest. Thanks to GitHub
user august782. This also closes apache#4 from GitHub. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1749139 13f79535-47bb-0310-9956-ffa450edef68
1 parent 58139ae commit 23c16cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.cli.*;
2121
import org.junit.Test;
2222

23-
public class BugCLI252Test extends DefaultParserTest {
23+
public class BugCLI252Test {
2424

2525
@Test
2626
public void testExactOptionNameMatch() throws ParseException {

0 commit comments

Comments
 (0)