You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2017/11/23 08:56:33 UTC

[2/7] qpid-proton git commit: PROTON-1696/PROTON-522: Go Anonymous SASL test should work even without Cyrus SASL installed - It was relying on saslpasswd2 even when it didn't need to

PROTON-1696/PROTON-522: Go Anonymous SASL test should work even without Cyrus SASL installed
- It was relying on saslpasswd2 even when it didn't need to


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

Branch: refs/heads/master
Commit: f07322d9c596e334f4eef8f14d0c41ff3b3e8704
Parents: ef33dd6
Author: Andrew Stitcher <as...@apache.org>
Authored: Tue Nov 14 10:30:55 2017 -0500
Committer: Andrew Stitcher <as...@apache.org>
Committed: Thu Nov 23 03:50:21 2017 -0500

----------------------------------------------------------------------
 proton-c/bindings/go/src/qpid.apache.org/electron/auth_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f07322d9/proton-c/bindings/go/src/qpid.apache.org/electron/auth_test.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/src/qpid.apache.org/electron/auth_test.go b/proton-c/bindings/go/src/qpid.apache.org/electron/auth_test.go
index 9eb48c0..4941350 100644
--- a/proton-c/bindings/go/src/qpid.apache.org/electron/auth_test.go
+++ b/proton-c/bindings/go/src/qpid.apache.org/electron/auth_test.go
@@ -48,7 +48,7 @@ func testAuthClientServer(t *testing.T, copts []ConnectionOption, sopts []Connec
 }
 
 func TestAuthAnonymous(t *testing.T) {
-	fatalIf(t, configureSASL())
+	configureSASL()
 	got, err := testAuthClientServer(t,
 		[]ConnectionOption{User("fred"), VirtualHost("vhost"), SASLAllowInsecure(true)},
 		[]ConnectionOption{SASLAllowedMechs("ANONYMOUS"), SASLAllowInsecure(true)})


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org