Author: simonetripodi
Date: Sun Apr  3 18:42:37 2011
New Revision: 1088381

URL: http://svn.apache.org/viewvc?rev=1088381&view=rev
Log:
removed unused main method from test class

Modified:
    
commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java

Modified: 
commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java
URL: 
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java?rev=1088381&r1=1088380&r2=1088381&view=diff
==============================================================================
--- 
commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java
 (original)
+++ 
commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java
 Sun Apr  3 18:42:37 2011
@@ -312,12 +312,4 @@ public class TestAll {
         assertNotNull(serviceImpl);
         assertEquals(TestImpl2_1.class, serviceImpl.getClass());
     }
-
-    /**
-     * This allows the tests to run as a standalone application.
-     */
-    public static void main(String args[]) {
-        String[] testCaseName = { TestAll.class.getName() };
-        junit.textui.TestRunner.main(testCaseName);
-    }
 }


Reply via email to