From 65fbf9fcb7c30ee19b69bff8909aee5bdc1bc60a Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 14 Nov 2012 08:25:06 +0000 Subject: Ensure we reset the error before re-testing a failure case. --- lib/custodian/protocol-tests/jabber.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/custodian/protocol-tests/jabber.rb') diff --git a/lib/custodian/protocol-tests/jabber.rb b/lib/custodian/protocol-tests/jabber.rb index c7adf88..1769eb8 100755 --- a/lib/custodian/protocol-tests/jabber.rb +++ b/lib/custodian/protocol-tests/jabber.rb @@ -31,7 +31,6 @@ class JABBERTest @test_data = data @error = nil - # # Ensure we have a host to probe # @@ -61,7 +60,11 @@ class JABBERTest # If the test fails the details should be retrieved from "error()". # def run_test - @error = "" + + # + # Reset state from previous test. + # + @error = nil # # Get the hostname & port to test against. -- cgit v1.2.1