[jboss-cvs] jboss-portal/core/src/main/org/jboss/portal/test/core/model/portal ...

Julien Viet julien at jboss.com
Tue Jul 11 16:50:27 EDT 2006


  User: julien  
  Date: 06/07/11 16:50:27

  Modified:    core/src/main/org/jboss/portal/test/core/model/portal 
                        PortalObjectContainerTestCase.java
  Log:
  - make cms cache work
  - improve portal object deployment in ha mode
  
  Revision  Changes    Path
  1.13      +9 -9      jboss-portal/core/src/main/org/jboss/portal/test/core/model/portal/PortalObjectContainerTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PortalObjectContainerTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/test/core/model/portal/PortalObjectContainerTestCase.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- PortalObjectContainerTestCase.java	5 Jun 2006 17:15:00 -0000	1.12
  +++ PortalObjectContainerTestCase.java	11 Jul 2006 20:50:27 -0000	1.13
  @@ -55,7 +55,7 @@
    * Portal Object Container Test Cases based on the microcontainer architecture
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:anil.saldhana at jboss.org">Anil Saldhana</a>
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.13 $
    */
   public class PortalObjectContainerTestCase extends PortalBaseTestCase
   {
  @@ -142,7 +142,7 @@
       */
      public void testRootNodeCreatedDuringStartup() throws Exception
      {
  -      container.setCreateRootOnStartup(false);
  +//      container.setCreateRootOnStartup(false);
         container.start();
   
         hibernate.openSession();
  @@ -154,7 +154,7 @@
         container.stop();
   
         //
  -      container.setCreateRootOnStartup(true);
  +//      container.setCreateRootOnStartup(true);
         container.start();
   
         //
  @@ -169,7 +169,7 @@
   
      public void testCRUD() throws Exception
      {
  -      container.setCreateRootOnStartup(true);
  +//      container.setCreateRootOnStartup(true);
         container.start();
   
         //
  @@ -266,7 +266,7 @@
   
      public void testSecurity() throws Exception
      {
  -      container.setCreateRootOnStartup(true);
  +//      container.setCreateRootOnStartup(true);
         container.start();
   
         //
  @@ -295,7 +295,7 @@
      /**Tests the authorization of portal objects */
      public void testPortalObjectAuthorizationForView() throws Exception
      {
  -      container.setCreateRootOnStartup(true);
  +//      container.setCreateRootOnStartup(true);
         container.start();
   
         //Populate the container with constraints
  @@ -315,7 +315,7 @@
      /**Tests the authorization of portal objects */
      public void testPortalObjectAuthorizationForViewForAdmin() throws Exception
      {
  -      container.setCreateRootOnStartup(true);
  +//      container.setCreateRootOnStartup(true);
         container.start();
   
         //Populate the container with constraints
  @@ -335,7 +335,7 @@
      /**Tests the authorization of portal objects with viewrecursive permission */
      public void testPortalObjectAuthorizationForViewRecursive() throws Exception
      {
  -      container.setCreateRootOnStartup(true);
  +//      container.setCreateRootOnStartup(true);
         container.start();
   
         //Populate the container with constraints
  @@ -357,7 +357,7 @@
      /**Tests the authorization of portal objects with viewrecursive permission */
      public void testPortalObjectAuthorizationForViewRecursiveForAdmin() throws Exception
      {
  -      container.setCreateRootOnStartup(true);
  +//      container.setCreateRootOnStartup(true);
         container.start();
   
         //Populate the container with constraints
  
  
  



More information about the jboss-cvs-commits mailing list