You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/07/08 09:08:56 UTC

svn commit: r209713 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging: LogTest.java LogTestCase.java

Author: skitching
Date: Fri Jul  8 00:08:54 2005
New Revision: 209713

URL: http://svn.apache.org/viewcvs?rev=209713&view=rev
Log:
Rename LogTest to LogTestCase for consistency.

Added:
    jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTestCase.java
      - copied, changed from r209407, jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTest.java
Removed:
    jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTest.java

Copied: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTestCase.java (from r209407, jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTest.java)
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTestCase.java?p2=jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTestCase.java&p1=jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTest.java&r1=209407&r2=209713&rev=209713&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTest.java (original)
+++ jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LogTestCase.java Fri Jul  8 00:08:54 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
  * 
  * 
  */
-public class LogTest extends AbstractLogTest
+public class LogTestCase extends AbstractLogTest
 {
 
     /**
@@ -45,16 +45,7 @@
 
     public static void main(String[] args)
     {
-            String[] testCaseName = { LogTest.class.getName() };
+            String[] testCaseName = { LogTestCase.class.getName() };
             junit.textui.TestRunner.main(testCaseName);    
     }
-    
-    public static Test suite() {
-        TestSuite suite = new TestSuite();
-        
-        suite.addTestSuite(LogTest.class);
-        
-        return suite;
-    }
-    
 }



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