From b0e10785a259405ae07c07f0a23f1800d860ab8e Mon Sep 17 00:00:00 2001
From: Steve Kemp <steve@steve.org.uk>
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')

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.3