Author: robbie
Date: Fri Mar 19 15:18:57 2010
New Revision: 925263

URL: http://svn.apache.org/viewvc?rev=925263&view=rev
Log:
QPID-2418: fix variable name error in test

Modified:
    
qpid/branches/0.5.x-dev/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java

Modified: 
qpid/branches/0.5.x-dev/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java?rev=925263&r1=925262&r2=925263&view=diff
==============================================================================
--- 
qpid/branches/0.5.x-dev/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java
 (original)
+++ 
qpid/branches/0.5.x-dev/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java
 Fri Mar 19 15:18:57 2010
@@ -549,7 +549,7 @@ public class DurableSubscriptionTest ext
         
         //verify no messages are now present as changing selector should have 
issued
         //an unsubscribe and thus deleted the previous backing queue for the 
subscription.
-        rMsg = subA.receive(NEGATIVE_RECEIVE_TIMEOUT);
+        rMsg = subB.receive(NEGATIVE_RECEIVE_TIMEOUT);
         assertNull("Should not have received message as the queue underlying 
the " +
                        "subscription should have been cleared/deleted when the 
selector was changed", rMsg);
         



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to