mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@748205 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f54713a7b3
commit
337962273d
|
@ -118,7 +118,7 @@ public class JmsQueueBrowserTest extends JmsTestSupport {
|
||||||
MessageConsumer consumer = session.createConsumer(destination);
|
MessageConsumer consumer = session.createConsumer(destination);
|
||||||
|
|
||||||
// browse the first message
|
// browse the first message
|
||||||
assertTrue("should have received the fisrts message", enumeration.hasMoreElements());
|
assertTrue("should have received the first message", enumeration.hasMoreElements());
|
||||||
assertEquals(outbound[0], (Message) enumeration.nextElement());
|
assertEquals(outbound[0], (Message) enumeration.nextElement());
|
||||||
|
|
||||||
// Receive the first message.
|
// Receive the first message.
|
||||||
|
|
Loading…
Reference in New Issue