[jboss-cvs] JBossAS SVN: r60042 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 26 21:08:01 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-26 21:08:00 -0500 (Fri, 26 Jan 2007)
New Revision: 60042

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java
Log:
Remove the testENCServletViaInvoker as this requires the deprecated invoker servlet to handle the implicit url

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java	2007-01-27 01:16:26 UTC (rev 60041)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java	2007-01-27 02:08:00 UTC (rev 60042)
@@ -90,13 +90,6 @@
       URL url = new URL(baseURL+"jbosstest/ENCServlet");
       HttpUtils.accessURL(url);
    }
-   /** Access the http://{host}/jbosstest/servlet/org.jboss.test.web.servlets.ENCServlet
-    */
-   public void testENCServletViaInvoker() throws Exception
-   {
-      URL url = new URL(baseURL+"jbosstest/servlet/org.jboss.test.web.servlets.ENCServlet");
-      HttpUtils.accessURL(url);
-   }
 
    /** Access the http://{host}/jbosstest/SimpleServlet to test that servlets
     * in the WEB-INF/lib jar.




More information about the jboss-cvs-commits mailing list