From 59c45cd9ca118ea5fffd4028ee9d00e0eb77172e Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 3 Dec 2010 20:23:43 +0000 Subject: [PATCH] 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 --- test/org/apache/tomcat/util/net/TestXxxEndpoint.java | 4 ++++ 1 file changed, 4 insertions(+) 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 + } } -- 2.11.0