[jboss-cvs] JBossAS SVN: r61652 - trunk/testsuite/src/main/org/jboss/test/web/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 24 10:34:57 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-24 10:34:56 -0400 (Sat, 24 Mar 2007)
New Revision: 61652

Modified:
   trunk/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java
Log:
Remove the invoker test as it relies on an obsolete setup

Modified: trunk/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java	2007-03-24 04:47:02 UTC (rev 61651)
+++ trunk/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java	2007-03-24 14:34:56 UTC (rev 61652)
@@ -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