You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/08/02 00:46:57 UTC

cvs commit: jakarta-jetspeed-2/components/registry/src/test/org/apache/jetspeed/components/portletentity TestPortletEntityAccessComponent.java

weaver      2004/08/01 15:46:57

  Modified:    components/registry/src/test/org/apache/jetspeed/components/portletregistry
                        AbstractRegistryTest.java
               components/registry/src/test/org/apache/jetspeed/components/portletentity
                        TestPortletEntityAccessComponent.java
  Log:
  Removed static init of user and system root into the PrefProviderImpl.start() method
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-jetspeed-2/components/registry/src/test/org/apache/jetspeed/components/portletregistry/AbstractRegistryTest.java
  
  Index: AbstractRegistryTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/registry/src/test/org/apache/jetspeed/components/portletregistry/AbstractRegistryTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractRegistryTest.java	6 Jul 2004 21:30:23 -0000	1.2
  +++ AbstractRegistryTest.java	1 Aug 2004 22:46:57 -0000	1.3
  @@ -79,6 +79,7 @@
           PropertyManagerImpl pms = new PropertyManagerImpl(persistenceStore);
           PreferencesProviderImpl provider = new PreferencesProviderImpl(persistenceStore,
                   "org.apache.jetspeed.prefs.impl.PreferencesFactoryImpl", false);
  +        provider.start();
           testPasses++;
       }
   
  
  
  
  1.10      +2 -2      jakarta-jetspeed-2/components/registry/src/test/org/apache/jetspeed/components/portletentity/TestPortletEntityAccessComponent.java
  
  Index: TestPortletEntityAccessComponent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/registry/src/test/org/apache/jetspeed/components/portletentity/TestPortletEntityAccessComponent.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TestPortletEntityAccessComponent.java	9 Jul 2004 18:21:19 -0000	1.9
  +++ TestPortletEntityAccessComponent.java	1 Aug 2004 22:46:57 -0000	1.10
  @@ -74,7 +74,7 @@
           
           PropertyManagerImpl pms = new PropertyManagerImpl(persistenceStore);
           PreferencesProviderImpl provider = new PreferencesProviderImpl(persistenceStore, "org.apache.jetspeed.prefs.impl.PreferencesFactoryImpl", false);
  -
  +        provider.start();
           setupTestData();                   
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org