User: jung    
  Date: 00/08/11 07:43:50

  Modified:    src/test Test.java
  Log:
  added comments how to run the testsuite with jboss.
  an scl file was wrongly named and had to be moved.
  added a special urn resolver that uses the bean-context
  classloader to find the meta-data.
  
  Revision  Changes    Path
  1.2       +8 -4      zoap/src/test/Test.java
  
  Index: Test.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/test/Test.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Test.java 2000/08/10 21:08:17     1.1
  +++ Test.java 2000/08/11 14:43:50     1.2
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: Test.java,v 1.1 2000/08/10 21:08:17 jung Exp $
  + *   $Id: Test.java,v 1.2 2000/08/11 14:43:50 jung Exp $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -62,12 +62,12 @@
    *   <Description>
    *   @see <related>
    *   @author $Author: jung $
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   
   public class Test extends junit.framework.TestCase {
   
  -  private String absolutePath="c:/dokume~1/jung/eigene~1/projekte/zoap/";
  +  private String 
absolutePath="c:/dokume~1/jung/eigene~[EMAIL PROTECTED]/";
   
     public Test(String name) {
        super(name);
  @@ -260,8 +260,15 @@
   
   /*
    *   $Log: Test.java,v $
  - *   Revision 1.1  2000/08/10 21:08:17  jung
  - *   Initial revision
  + *   Revision 1.2  2000/08/11 14:43:50  jung
  + *   added comments how to run the testsuite with jboss.
  + *   an scl file was wrongly named and had to be moved.
  + *   added a special urn resolver that uses the bean-context
  + *   classloader to find the meta-data.
  + *   
  + *   Revision 1.1.1.1  2000/08/10 21:08:17  jung
  + *   Initial import.
  + *   
    *   
    *   Revision 1.1.1.1.2.2  2000/07/18 13:15:37  jung
    *   replaced jboss.jar with a more up-to-date version to prevent wrong
  
  
  

Reply via email to