User: oberg   
  Date: 00/12/07 07:45:27

  Modified:    src/main/test/jboss JBossTestSuite.java
  Log:
  Changed configuration scheme (lots of changes to jboss.conf, jboss.jcml, 
org.jboss.Main)
  Added ServiceControl
  Changed jBoss -> JBoss
  Changed GPL -> LGPL
  Added jaxp/parser
  Updated services to have default constructors
  
  Revision  Changes    Path
  1.4       +4 -4      jboss/src/main/test/jboss/JBossTestSuite.java
  
  Index: JBossTestSuite.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/test/jboss/JBossTestSuite.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JBossTestSuite.java       2000/08/18 03:21:14     1.3
  +++ JBossTestSuite.java       2000/12/07 15:45:26     1.4
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package test.jboss;
  @@ -12,10 +12,10 @@
   import test.jboss.minerva.factories.*;
   
   /**
  - * Master test Suite for jBoss.  Create new addXXXTests methods for different
  + * Master test Suite for JBoss.  Create new addXXXTests methods for different
    * modules, and then use them to add all the tests you want to run for that
    * module.  Pass this class to the JUnit UI to run all the tests.
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class JBossTestSuite extends TestSuite {
       public JBossTestSuite() {
  
  
  

Reply via email to