Repository: qpid-proton Updated Branches: refs/heads/master 5a8c6e0b9 -> 9e7cb674c
NO-JIRA: ignore rather than skip unsupported method in jython tests Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9e7cb674 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9e7cb674 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9e7cb674 Branch: refs/heads/master Commit: 9e7cb674cf239a51c765ed0ecba7f255dc429878 Parents: 5a8c6e0 Author: Gordon Sim <[email protected]> Authored: Tue Aug 4 21:27:34 2015 +0100 Committer: Gordon Sim <[email protected]> Committed: Tue Aug 4 21:27:34 2015 +0100 ---------------------------------------------------------------------- proton-j/src/main/resources/csasl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9e7cb674/proton-j/src/main/resources/csasl.py ---------------------------------------------------------------------- diff --git a/proton-j/src/main/resources/csasl.py b/proton-j/src/main/resources/csasl.py index 67bcd2e..b540f82 100644 --- a/proton-j/src/main/resources/csasl.py +++ b/proton-j/src/main/resources/csasl.py @@ -82,7 +82,7 @@ def pn_sasl_allowed_mechs(sasl, mechs): sasl.setMechanisms(*mechs.split()) def pn_sasl_set_allow_insecure_mechs(sasl, insecure): - raise Skipped('Not supported in Proton-J') + pass def pn_sasl_done(sasl, outcome): sasl.done(SASL_OUTCOMES_P2J[outcome]) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
