This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit b91143221e4fe12d95373afcfe4818c4e6660220 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Feb 17 10:05:09 2020 +0000 clean-up --- test/javax/servlet/http/TestHttpServlet.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/javax/servlet/http/TestHttpServlet.java b/test/javax/servlet/http/TestHttpServlet.java index 8de9d9f..28be42d 100644 --- a/test/javax/servlet/http/TestHttpServlet.java +++ b/test/javax/servlet/http/TestHttpServlet.java @@ -158,8 +158,6 @@ public class TestHttpServlet extends TomcatBaseTest { } - - @Test public void testDoOptions() throws Exception { doTestDoOptions(new OptionsServlet(), "GET, HEAD, OPTIONS"); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org