Need at least one test per class dummy test for unit tests to pass
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 3 Dec 2010 20:23:43 +0000 (20:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 3 Dec 2010 20:23:43 +0000 (20:23 +0000)
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

index 382eabf..ab3c595 100644 (file)
@@ -44,4 +44,8 @@ public class TestXxxEndpoint extends TomcatBaseTest {
         socket.close();
         tomcat.getConnector().start();
     }
+    
+    public void testDummy() throws Exception {
+        // NO-OP
+    }
 }