PROTON-1049: check sasl setup before running tests (commit ff13d7699 missed this one)
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d3fe232c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d3fe232c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d3fe232c Branch: refs/heads/go1 Commit: d3fe232c95a09bb791e3878a7770f51d26caac6e Parents: c6439c7 Author: Chuck Rolke <[email protected]> Authored: Wed Dec 16 15:36:04 2015 -0500 Committer: Chuck Rolke <[email protected]> Committed: Wed Dec 16 15:36:04 2015 -0500 ---------------------------------------------------------------------- tests/python/proton_tests/reactor.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d3fe232c/tests/python/proton_tests/reactor.py ---------------------------------------------------------------------- diff --git a/tests/python/proton_tests/reactor.py b/tests/python/proton_tests/reactor.py index c7d6dd8..6ee107d 100644 --- a/tests/python/proton_tests/reactor.py +++ b/tests/python/proton_tests/reactor.py @@ -488,6 +488,7 @@ class ContainerTest(Test): """Test container subclass of reactor.""" def test_event_has_container_attribute(self): + ensureCanTestExtendedSASL() class TestHandler(MessagingHandler): def __init__(self): super(TestHandler, self).__init__() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
