Remove unnecessary code that just leads to a warning in the logs
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Jun 2009 11:03:37 +0000 (11:03 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Jun 2009 11:03:37 +0000 (11:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@787197 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/startup/TestTomcat.java

index 69ab57e..be3295d 100644 (file)
@@ -107,7 +107,6 @@ public class TestTomcat extends TestCase {
             tomcat.addWebapp(null, "/examples", 
                     appDir.getAbsolutePath());
         
-        ctx.start();
         tomcat.start();
 
         ByteChunk res = getUrl("http://localhost:" + port + "/examples/servlets/servlet/HelloWorldExample");