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

Scott Stark scott.stark at jboss.com
Mon Jul 17 10:09:54 EDT 2006


  User: starksm 
  Date: 06/07/17 10:09:54

  Modified:    src/tests/org/jboss/test/server/profileservice 
                        MainWithSimpleHotDeployTestCase.java
  Log:
  Add validation of the VFSClassLoader-unpacked and TestBean-unpacked beans from the unpacked.beans deployment.
  
  Revision  Changes    Path
  1.2       +4 -2      system2/src/tests/org/jboss/test/server/profileservice/MainWithSimpleHotDeployTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MainWithSimpleHotDeployTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/tests/org/jboss/test/server/profileservice/MainWithSimpleHotDeployTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- MainWithSimpleHotDeployTestCase.java	15 Jul 2006 05:37:17 -0000	1.1
  +++ MainWithSimpleHotDeployTestCase.java	17 Jul 2006 14:09:54 -0000	1.2
  @@ -33,7 +33,7 @@
   
   /**
    * Test of the jboss main loading a bootstrap configuration via the ProfileService
  - * and additional service via a simple 
  + * and additional service via a simple hot deployment service.
    * 
    * @see 
    * 
  @@ -103,6 +103,8 @@
         // Expected hot deployments
         assertInstalled(kernel, "VFSClassLoader");
         assertInstalled(kernel, "TestBean");
  +      assertInstalled(kernel, "VFSClassLoader-unpacked");
  +      assertInstalled(kernel, "TestBean-unpacked");
   
         // Shutdown
         main.shutdown();
  
  
  



More information about the jboss-cvs-commits mailing list