Repository: qpid-dispatch Updated Branches: refs/heads/crolke-DISPATCH-188-1 6bfd1272d -> dfb8cfda4
settings sources and targets are strings. cut/paste error in test policy Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/11e9f078 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/11e9f078 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/11e9f078 Branch: refs/heads/crolke-DISPATCH-188-1 Commit: 11e9f0784c975b44e00155bb21734886237d8003 Parents: 6bfd127 Author: Chuck Rolke <[email protected]> Authored: Mon Jan 25 15:31:54 2016 -0500 Committer: Chuck Rolke <[email protected]> Committed: Mon Jan 25 15:31:54 2016 -0500 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 4 ++-- tests/policy-1/test-router-with-policy.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/11e9f078/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index 923cf80..9565ba7 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -1170,13 +1170,13 @@ "create": true }, "sources": { - "type": "list", + "type": "string", "description": "List of Source addresses allowed when creating receiving links.", "required": false, "create": true }, "targets": { - "type": "list", + "type": "string", "description": "List of Target addresses allowed when creating sending links.", "required": false, "create": true http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/11e9f078/tests/policy-1/test-router-with-policy.json ---------------------------------------------------------------------- diff --git a/tests/policy-1/test-router-with-policy.json b/tests/policy-1/test-router-with-policy.json index 38a6f08..4988093 100644 --- a/tests/policy-1/test-router-with-policy.json +++ b/tests/policy-1/test-router-with-policy.json @@ -176,7 +176,7 @@ } ], ["policyAppSettings", { "applicationName": "photoserver", - "userGroupName": "users", + "userGroupName": "default", "maxFrameSize": 222222, "maxMessageSize": 222222, "maxSessionWindow": 222222, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
