Repository: qpid-dispatch Updated Branches: refs/heads/tross-DISPATCH-179-1 43065ad88 -> 5139de6b3
DISPATCH-179 Removed router.link from the list of entity types in the qdmanage.query test. This was done because the core now has a separate agent. router.link is the only entity in the test-list that is handled by the new core agent and is therefore not returned by the main python agent which is used in this test. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/d8d1e770 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/d8d1e770 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/d8d1e770 Branch: refs/heads/tross-DISPATCH-179-1 Commit: d8d1e7709210db6e81e512f722409f32f2fbdbbe Parents: 43065ad Author: Ted Ross <[email protected]> Authored: Mon Feb 1 09:56:13 2016 -0500 Committer: Ted Ross <[email protected]> Committed: Mon Feb 1 09:56:13 2016 -0500 ---------------------------------------------------------------------- tests/system_tests_qdmanage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/d8d1e770/tests/system_tests_qdmanage.py ---------------------------------------------------------------------- diff --git a/tests/system_tests_qdmanage.py b/tests/system_tests_qdmanage.py index 16f9f18..6f1a1b4 100644 --- a/tests/system_tests_qdmanage.py +++ b/tests/system_tests_qdmanage.py @@ -122,7 +122,7 @@ class QdmanageTest(TestCase): def test_query(self): def long_type(name): return u'org.apache.qpid.dispatch.'+name - types = ['listener', 'log', 'container', 'router', 'router.link'] + types = ['listener', 'log', 'container', 'router'] long_types = [long_type(name) for name in types] qall = json.loads(self.run_qdmanage('query')) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
