User: jung    
  Date: 01/01/18 23:44:38

  Modified:    src/test Test.java
  Log:
  removed the "classic" compiler preference in makefile.
  
  moved confusing utility code into a precompiled jar.
  
  Revision  Changes    Path
  1.6       +5 -3      zoap/src/test/Test.java
  
  Index: Test.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/test/Test.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Test.java 2000/12/22 11:30:51     1.5
  +++ Test.java 2001/01/19 07:44:38     1.6
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: Test.java,v 1.5 2000/12/22 11:30:51 jung Exp $ 
  + *   $Id: Test.java,v 1.6 2001/01/19 07:44:38 jung Exp $ 
    *   Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, 
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved. 
    * 
  @@ -38,7 +38,7 @@
    *   <Description>
    *   @see <related>
    *   @author $Author: jung $
  - *   @version $Revision: 1.5 $
  + *   @version $Revision: 1.6 $
    */
   
   public class Test extends junit.framework.TestCase {
  @@ -61,7 +61,6 @@
   
     public static junit.framework.Test suite() {
        junit.framework.TestSuite testSuite=new junit.framework.TestSuite();
  -        testSuite.addTest(de.infor.ce.http.test.Http.suite());
           testSuite.addTest(org.zoap.xml.test.Xml.suite());
           testSuite.addTest(org.zoap.soap.test.Soap.suite());
           testSuite.addTest(new junit.framework.TestSuite(Test.class));
  @@ -252,6 +251,11 @@
   
   /*
    *   $Log: Test.java,v $
  + *   Revision 1.6  2001/01/19 07:44:38  jung
  + *   removed the "classic" compiler preference in makefile.
  + *   
  + *   moved confusing utility code into a precompiled jar.
  + *   
    *   Revision 1.5  2000/12/22 11:30:51  jung
    *   mbean configuration in jcml not conf anymore
    *   
  
  
  

Reply via email to