[jboss-cvs] system2/src/tests/org/jboss/test/profileservice/test ...

Scott Stark scott.stark at jboss.com
Fri Jul 14 00:48:55 EDT 2006


  User: starksm 
  Date: 06/07/14 00:48:55

  Modified:    src/tests/org/jboss/test/profileservice/test 
                        SimplePSTestCase.java
  Log:
  Comment out the bootstrap
  
  Revision  Changes    Path
  1.2       +6 -4      system2/src/tests/org/jboss/test/profileservice/test/SimplePSTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SimplePSTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/tests/org/jboss/test/profileservice/test/SimplePSTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SimplePSTestCase.java	14 Jul 2006 04:27:25 -0000	1.1
  +++ SimplePSTestCase.java	14 Jul 2006 04:48:55 -0000	1.2
  @@ -23,8 +23,7 @@
   
   import java.util.Set;
   
  -import org.jboss.test.kernel.AbstractKernelTest;
  -import org.jboss.test.profileservice.support.Simple1PSBootstrap;
  +import org.jboss.test.BaseTestCase;
   import org.jboss.dependency.spi.DependencyInfo;
   import org.jboss.kernel.Kernel;
   import org.jboss.kernel.spi.registry.KernelRegistry;
  @@ -36,7 +35,7 @@
    * @author Scott.Stark at jboss.org
    * @version $Revision$
    */
  -public class SimplePSTestCase extends AbstractKernelTest
  +public class SimplePSTestCase extends BaseTestCase
   {
      public SimplePSTestCase(String name)
      {
  @@ -45,10 +44,13 @@
   
      protected Kernel bootstrap() throws Throwable
      {
  +      /*
         Simple1PSBootstrap bootstrap = new Simple1PSBootstrap(getName());
         bootstrap.run();
  -      configureLoggingAfterBootstrap();
  +      //configureLoggingAfterBootstrap();
         return bootstrap.getKernel();
  +      */
  +      return null;
      }
   
      public void testP0() throws Throwable
  
  
  



More information about the jboss-cvs-commits mailing list