Repository: qpid-dispatch Updated Branches: refs/heads/master ce81ad8fe -> 0f092ac43
DISPATCH-1080 - Additional fix to get the router config correct Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/0f092ac4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/0f092ac4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/0f092ac4 Branch: refs/heads/master Commit: 0f092ac43d7fef50304dddd01b4451e41ddca75e Parents: ce81ad8 Author: Ganesh Murthy <[email protected]> Authored: Wed Jul 18 15:36:24 2018 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Wed Jul 18 15:36:24 2018 -0400 ---------------------------------------------------------------------- tests/system_tests_ssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/0f092ac4/tests/system_tests_ssl.py ---------------------------------------------------------------------- diff --git a/tests/system_tests_ssl.py b/tests/system_tests_ssl.py index 8d49ded..a0e2dbc 100644 --- a/tests/system_tests_ssl.py +++ b/tests/system_tests_ssl.py @@ -99,7 +99,7 @@ class RouterTestSslClient(RouterTestSslBase): cls.routers = [] - if not SASL.extended(): + if SASL.extended(): router = ('router', {'id': 'QDR.A', 'mode': 'interior', 'saslConfigName': 'tests-mech-PLAIN', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
