dblevins    2004/12/22 00:42:39

  Modified:    modules/core/src/test/org/openejb/server/httpd
                        HttpServerTest.java
  Log:

  Basic soap rpc/encoded deployment and container support along with a general 
revamping of the networkservice stacks.
  
  Revision  Changes    Path
  1.5       +4 -4      
openejb/modules/core/src/test/org/openejb/server/httpd/HttpServerTest.java
  
  Index: HttpServerTest.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/test/org/openejb/server/httpd/HttpServerTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HttpServerTest.java       20 Dec 2004 06:56:41 -0000      1.4
  +++ HttpServerTest.java       22 Dec 2004 05:42:39 -0000      1.5
  @@ -66,9 +66,9 @@
   
   public class HttpServerTest extends TestCase {
   
  -//    static {
  -//        BasicConfigurator.configure();
  -//    }
  +    static {
  +        BasicConfigurator.configure();
  +    }
   
       public void testBareService() throws Exception {
           ServerService service = new HttpServer(new TestHttpListener());
  
  
  

Reply via email to