bloritsch    2002/06/26 11:54:42

  Modified:    collections/src/test/org/apache/avalon/excalibur/collections/test
                        ThreadedMapTest.java
  Log:
  Added performance testcase
  
  Revision  Changes    Path
  1.2       +0 -12     
jakarta-avalon-excalibur/collections/src/test/org/apache/avalon/excalibur/collections/test/ThreadedMapTest.java
  
  Index: ThreadedMapTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/collections/src/test/org/apache/avalon/excalibur/collections/test/ThreadedMapTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ThreadedMapTest.java      26 Jun 2002 18:33:24 -0000      1.1
  +++ ThreadedMapTest.java      26 Jun 2002 18:54:42 -0000      1.2
  @@ -78,12 +78,6 @@
   
       public void start() throws Exception
       {
  -        /*
  -         * Commented out. Tests should be silent(?). /LS
  -         *
  -         */
  -         System.out.println("Starting test");
  -
           for( int i = 0; i < this.stages.length; i++ )
           {
               this.stages[ i ].start();
  @@ -106,12 +100,6 @@
                   throw new RuntimeException( "Stage unexpectedly interrupted: 
" + e );
               }
           }
  -
  -        /*
  -         *
  -         * Commented out. Tests should be silent(?). /LS
  -         */
  -         System.out.println("Test complete");
       }
   
       private class MapStart extends Thread
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to