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
commit62205ccb8e178b15cf8a8b34c4011de3c6682433 (patch)
tree29113400a2c460c3ce57e28b74f9ce410759f6cb /lib/custodian/protocoltest/smtp.rb
parentb99ad925774f39a4d303c4ae9a69ee18740f2303 (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