Skip to content

Commit 96923d1

Browse files
author
Robert James Oxspring
committed
CLITestCase is now abstract to stop eclipse 3.1 complaining about it having no tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@130107 13f79535-47bb-0310-9956-ffa450edef68
1 parent 43c4f66 commit 96923d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/cli2/CLITestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import junit.framework.TestCase;
2626

27-
public class CLITestCase extends TestCase {
27+
public abstract class CLITestCase extends TestCase {
2828

2929
public static List list() {
3030
return Collections.EMPTY_LIST;

0 commit comments

Comments
 (0)