You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ro...@apache.org on 2004/12/27 12:55:13 UTC

cvs commit: jakarta-commons/cli/src/test/org/apache/commons/cli2 CLITestCase.java

roxspring    2004/12/27 03:55:12

  Modified:    cli/src/test/org/apache/commons/cli2 CLITestCase.java
  Log:
  CLITestCase is now abstract to stop eclipse 3.1 complaining about it having no tests
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons/cli/src/test/org/apache/commons/cli2/CLITestCase.java
  
  Index: CLITestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/src/test/org/apache/commons/cli2/CLITestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CLITestCase.java	22 Apr 2004 23:00:06 -0000	1.2
  +++ CLITestCase.java	27 Dec 2004 11:55:12 -0000	1.3
  @@ -24,7 +24,7 @@
   
   import junit.framework.TestCase;
   
  -public class CLITestCase extends TestCase {
  +public abstract class CLITestCase extends TestCase {
   
   	public static List list() {
   	    return Collections.EMPTY_LIST;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org