diff options
Diffstat (limited to 'lib/custodian/protocoltest/smtp.rb')
-rw-r--r-- | lib/custodian/protocoltest/smtp.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/smtp.rb b/lib/custodian/protocoltest/smtp.rb index fd5f6fd..3a38f5a 100644 --- a/lib/custodian/protocoltest/smtp.rb +++ b/lib/custodian/protocoltest/smtp.rb @@ -46,6 +46,8 @@ class SMTPTest < TCPTest end + + # # Helper for development. # @@ -54,6 +56,8 @@ class SMTPTest < TCPTest end + + # # Run the TCP-protocol test. # @@ -66,6 +70,8 @@ class SMTPTest < TCPTest end + + # # If the test fails then report the error. # @@ -73,6 +79,12 @@ class SMTPTest < TCPTest @error end + + + register_test_type "smtp" + + + end |