diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-05-13 16:57:15 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-05-13 16:57:15 +0100 |
commit | b7a397585ac1cda99356496a301c6c46833b126d (patch) | |
tree | 92df05b04abf5e2da2ef67c35be39b7d36466921 /lib/custodian/protocoltest | |
parent | 67d0178f0a5f25b619679b52f14073be074e2bb7 (diff) |
We don't read from the socket for jabber-protocol tests.
Diffstat (limited to 'lib/custodian/protocoltest')
-rw-r--r-- | lib/custodian/protocoltest/jabber.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |