User: cgjung  
  Date: 02/03/12 03:04:47

  Modified:    jboss.net/testsuite/src/main/org/jboss/test/net/hello
                        HelloUnitTestCase.java
  Log:
  Axis Beta RC1 is here. Needs no more to be patched for integrating with the
  jboss classloading architecture. Lots of interna have changed, though.
  
  Adapted the deployment descriptors to support WSDD now.
  
  Revision  Changes    Path
  1.6       +5 -3      
contrib/jboss.net/testsuite/src/main/org/jboss/test/net/hello/HelloUnitTestCase.java
  
  Index: HelloUnitTestCase.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/testsuite/src/main/org/jboss/test/net/hello/HelloUnitTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- HelloUnitTestCase.java    28 Feb 2002 08:01:32 -0000      1.5
  +++ HelloUnitTestCase.java    12 Mar 2002 11:04:47 -0000      1.6
  @@ -5,7 +5,7 @@
    * See terms of license at gnu.org.
    */
   
  -// $Id: HelloUnitTestCase.java,v 1.5 2002/02/28 08:01:32 cgjung Exp $
  +// $Id: HelloUnitTestCase.java,v 1.6 2002/03/12 11:04:47 cgjung Exp $
   
   package org.jboss.test.net.hello;
   
  @@ -27,12 +27,14 @@
    * Tests remote accessibility of stateless ejb bean
    * @created 5. Oktober 2001, 12:11
    * @author <a href="mailto:[EMAIL PROTECTED]";>Christoph G. Jung</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   
   public class HelloUnitTestCase extends AxisTestCase {
   
   
  +     protected String HELLO_END_POINT=END_POINT+"/Hello";
  +     
      // Constructors --------------------------------------------------
       public HelloUnitTestCase(String name) {
           super(name);
  @@ -45,7 +47,7 @@
       public void setUp() throws Exception {
           super.setUp();
           hello=(Hello) createAxisService(Hello.class,
  -        new URL(END_POINT));
  +        new URL(HELLO_END_POINT));
       }
   
       /** where the config is stored */
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to