Author: markt
Date: Fri Dec  3 20:23:43 2010
New Revision: 1041978

URL: http://svn.apache.org/viewvc?rev=1041978&view=rev
Log:
Need at least one test per class dummy test for unit tests to pass

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java

Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java?rev=1041978&r1=1041977&r2=1041978&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java Fri Dec  
3 20:23:43 2010
@@ -44,4 +44,8 @@ public class TestXxxEndpoint extends Tom
         socket.close();
         tomcat.getConnector().start();
     }
+    
+    public void testDummy() throws Exception {
+        // NO-OP
+    }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to