From b7a397585ac1cda99356496a301c6c46833b126d Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 13 May 2013 16:57:15 +0100 Subject: We don't read from the socket for jabber-protocol tests. --- lib/custodian/protocoltest/jabber.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/protocoltest') diff --git a/lib/custodian/protocoltest/jabber.rb b/lib/custodian/protocoltest/jabber.rb index 6addfe6..12e4391 100644 --- a/lib/custodian/protocoltest/jabber.rb +++ b/lib/custodian/protocoltest/jabber.rb @@ -74,7 +74,7 @@ module Custodian # reset the error, in case we were previously executed. @error = nil - run_test_internal( @host, @port ) + run_test_internal( @host, @port, nil, false ) end -- cgit v1.2.1