Repository: qpid-dispatch Updated Branches: refs/heads/master 04d3f75a2 -> 4ace33e70
DISPATCH-179 - Removed multicast from address in test_02b_disp_to_closed_connection since it was not testing multicasticity and was misleading Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/4ace33e7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/4ace33e7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/4ace33e7 Branch: refs/heads/master Commit: 4ace33e7091400a70444a0f924eb1e7072198a59 Parents: 04d3f75 Author: Ganesh Murthy <[email protected]> Authored: Mon Mar 28 17:15:50 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Mon Mar 28 17:19:01 2016 -0400 ---------------------------------------------------------------------- tests/system_tests_one_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/4ace33e7/tests/system_tests_one_router.py ---------------------------------------------------------------------- diff --git a/tests/system_tests_one_router.py b/tests/system_tests_one_router.py index 88f0a8b..607545e 100644 --- a/tests/system_tests_one_router.py +++ b/tests/system_tests_one_router.py @@ -145,7 +145,7 @@ class RouterTest(TestCase): def test_02b_disp_to_closed_connection(self): - addr = self.address+"/pre_settled/multicast/1" + addr = self.address+"/pre_settled/2" M1 = self.messenger() M2 = self.messenger() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
