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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 15 10:50:31 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-10-15 10:50:28 -0400 (Wed, 15 Oct 2008)
New Revision: 79541

Modified:
   trunk/testsuite/src/main/org/jboss/test/naming/test/SimpleUnitTestCase.java
Log:
JBAS-6072, comment out http invoker test

Modified: trunk/testsuite/src/main/org/jboss/test/naming/test/SimpleUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/naming/test/SimpleUnitTestCase.java	2008-10-15 14:23:35 UTC (rev 79540)
+++ trunk/testsuite/src/main/org/jboss/test/naming/test/SimpleUnitTestCase.java	2008-10-15 14:50:28 UTC (rev 79541)
@@ -313,6 +313,7 @@
       ctx.close();
    }
 
+   /* TODO: need a remoting http invoker or deploy legacy http-invoker.sar
    public void testHttpInvoker() throws Exception
    {
       getLog().debug("+++ testHttpInvoker");
@@ -333,5 +334,6 @@
       }
       ctx.close();
    }
+   */
 
 }




More information about the jboss-cvs-commits mailing list