https://issues.apache.org/jira/browse/AMQ-5639 - fix regression in NetworkRouteTest eashmock test

This commit is contained in:
gtully 2015-06-29 12:10:31 +01:00
parent 002ade79b0
commit bbf288b12c
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ public class NetworkRouteTest {
msg.setDestination(new ActiveMQTopic("test"));
msgDispatch = new MessageDispatch();
msgDispatch.setMessage(msg);
msgDispatch.setDestination(msg.getDestination());
ConsumerInfo path1 = new ConsumerInfo();
path1.setDestination(msg.getDestination());