summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/smtp.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-21 21:07:57 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-21 21:07:57 +0000
commit24c3743df5bbe99878438978fd1cfa2e617d2582 (patch)
tree29113400a2c460c3ce57e28b74f9ce410759f6cb /lib/custodian/protocoltest/smtp.rb
parente4ef2100ca9fa4185d9d8f749c23b3c557023ae2 (diff)
whitespace & comment update.
Diffstat (limited to 'lib/custodian/protocoltest/smtp.rb')
-rw-r--r--lib/custodian/protocoltest/smtp.rb12
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