git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@748205 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2009-02-26 16:42:22 +00:00
parent f54713a7b3
commit 337962273d
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class JmsQueueBrowserTest extends JmsTestSupport {
MessageConsumer consumer = session.createConsumer(destination);
// 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());
// Receive the first message.