Repository: qpid-dispatch
Updated Branches:
  refs/heads/master a715e12d8 -> 4226b9fd7


DISPATCH-172: specify proper SASL mechanism


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/4226b9fd
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/4226b9fd
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/4226b9fd

Branch: refs/heads/master
Commit: 4226b9fd7d9c28ede559670ba4e0fb2a8f12c78d
Parents: a715e12
Author: Chuck Rolke <[email protected]>
Authored: Mon Sep 28 10:55:06 2015 -0400
Committer: Chuck Rolke <[email protected]>
Committed: Mon Sep 28 10:55:06 2015 -0400

----------------------------------------------------------------------
 tests/system_tests_qdstat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/4226b9fd/tests/system_tests_qdstat.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_qdstat.py b/tests/system_tests_qdstat.py
index 0f274cd..597f663 100644
--- a/tests/system_tests_qdstat.py
+++ b/tests/system_tests_qdstat.py
@@ -95,7 +95,7 @@ try:
                 ('listener', {'port': cls.tester.get_port(), 'ssl-profile': 
'server-ssl', 'authenticatePeer': 'no', 'requireSsl': 'yes'}),
                 ('listener', {'port': cls.tester.get_port(), 'ssl-profile': 
'server-ssl', 'authenticatePeer': 'no', 'requireSsl': 'no'}),
                 ('listener', {'port': cls.tester.get_port(), 'ssl-profile': 
'server-ssl', 'authenticatePeer': 'yes', 'requireSsl': 'yes',
-                              'saslMechanisms:': 'EXTERNAL'})
+                              'saslMechanisms': 'EXTERNAL'})
             ])
             cls.router = cls.tester.qdrouterd('test-router', config)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to