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/07/20 15:45:56 UTC

cvs commit: jakarta-jetspeed-2/components/page-manager/src/test/org/apache/jetspeed/profiler TestProfiler.java

weaver      2004/07/20 06:45:56

  Modified:    components/page-manager/src/test/org/apache/jetspeed/profiler
                        TestProfiler.java
  Log:
  Removed Startable interface as the start() and stop() methods were empty.
  
  Revision  Changes    Path
  1.2       +1 -3      jakarta-jetspeed-2/components/page-manager/src/test/org/apache/jetspeed/profiler/TestProfiler.java
  
  Index: TestProfiler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/page-manager/src/test/org/apache/jetspeed/profiler/TestProfiler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestProfiler.java	28 May 2004 22:05:11 -0000	1.1
  +++ TestProfiler.java	20 Jul 2004 13:45:56 -0000	1.2
  @@ -67,7 +67,6 @@
        */
       protected void tearDown() throws Exception
       {
  -        profiler.stop();
           pageManager.stop();
           super.tearDown();
       }
  @@ -98,7 +97,6 @@
           pageManager = new CastorXmlPageManager(new JetspeedIdGenerator(), new FileCache(100, 120), PAGE_ROOT);
           pageManager.start();
           profiler = new JetspeedProfiler(persistenceStore, pageManager, TEST_PROPS);
  -        profiler.start();
       }
   
       public static Test suite()
  
  
  

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