From: markt Date: Fri, 3 Dec 2010 20:23:43 +0000 (+0000) Subject: Need at least one test per class dummy test for unit tests to pass X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=59c45cd9ca118ea5fffd4028ee9d00e0eb77172e;p=tomcat7.0 Need at least one test per class dummy test for unit tests to pass git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1041978 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java index 382eabf5c..ab3c59503 100644 --- a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java +++ b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java @@ -44,4 +44,8 @@ public class TestXxxEndpoint extends TomcatBaseTest { socket.close(); tomcat.getConnector().start(); } + + public void testDummy() throws Exception { + // NO-OP + } }