This closes #196 on renaming leftovers

This commit is contained in:
Clebert Suconic 2015-03-31 11:50:09 -04:00
commit bdac90d6b8
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ public class NoLocalSubscriberTest extends JMSTestBase
// now drain the subscription // now drain the subscription
// we should not receive message M3, but we should receive message M4 // we should not receive message M3, but we should receive message M4
// However for some reason HornetMQ doesn't receive either // However for some reason ActiveMQ-6 doesn't receive either
TextMessage textMessage = (TextMessage)topicSubscriber.receive(1000); TextMessage textMessage = (TextMessage)topicSubscriber.receive(1000);
assertNotNull(textMessage); assertNotNull(textMessage);
@ -254,7 +254,7 @@ public class NoLocalSubscriberTest extends JMSTestBase
// now drain the subscription // now drain the subscription
// we should not receive message M3, but we should receive message M4 // we should not receive message M3, but we should receive message M4
// However for some reason HornetMQ doesn't receive either // However for some reason ActiveMQ-6 doesn't receive either
TextMessage textMessage = (TextMessage)topicSubscriber.receive(1000); TextMessage textMessage = (TextMessage)topicSubscriber.receive(1000);
assertNotNull(textMessage); assertNotNull(textMessage);