You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/12/03 21:23:43 UTC

svn commit: r1041978 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org