[jboss-cvs] jboss-jms/tests/src/org/jboss/test/messaging/jms/selector ...

Timothy Fox tim.fox at jboss.com
Mon Jul 17 13:14:52 EDT 2006


  User: timfox  
  Date: 06/07/17 13:14:52

  Modified:    tests/src/org/jboss/test/messaging/jms/selector 
                        SelectorTest.java
  Log:
  Many changes including implementation of prefetch, SEDAisation of server, changing of recovery
  
  Revision  Changes    Path
  1.12      +5 -5      jboss-jms/tests/src/org/jboss/test/messaging/jms/selector/SelectorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SelectorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jms/tests/src/org/jboss/test/messaging/jms/selector/SelectorTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- SelectorTest.java	21 Apr 2006 12:41:13 -0000	1.11
  +++ SelectorTest.java	17 Jul 2006 17:14:52 -0000	1.12
  @@ -37,9 +37,9 @@
   
   /**
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
  - * @version <tt>$Revision: 1.11 $</tt>
  + * @version <tt>$Revision: 1.12 $</tt>
    *
  - * $Id: SelectorTest.java,v 1.11 2006/04/21 12:41:13 timfox Exp $
  + * $Id: SelectorTest.java,v 1.12 2006/07/17 17:14:52 timfox Exp $
    */
   public class SelectorTest extends MessagingTestCase
   {
  @@ -177,6 +177,8 @@
            assertNotNull(m);
         }
         
  +      Thread.sleep(500);
  +      
         Message m = cons1.receiveNoWait();
         
         assertNull(m);
  @@ -216,8 +218,6 @@
         {
            Message m = cons1.receive(1000);
            
  -         //log.info("Got message:" + m);
  -         
            assertNotNull(m);
         }
         
  
  
  



More information about the jboss-cvs-commits mailing list