diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-11 10:57:18 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-11 10:57:18 +0000 |
commit | 417154a480e5add4db5aff2bd5269297e97321c6 (patch) | |
tree | dd3ba31fc146fa841cb70f0d1442ffb392a04c9a | |
parent | eac8fbbd82eff76241eadb20be09eeb1b4608238 (diff) |
Updated comments.
-rw-r--r-- | lib/custodian/protocoltest/dns.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/dns.rb b/lib/custodian/protocoltest/dns.rb index 65bf1a4..d5cac93 100644 --- a/lib/custodian/protocoltest/dns.rb +++ b/lib/custodian/protocoltest/dns.rb @@ -6,9 +6,12 @@ require 'resolv' # This object is instantiated if the parser sees a line such as: # ### -### DNSHOSTS must run dns for bytemark.co.uk resolving NS as '80.68.80.26;85.17.170.78;80.68.80.27'. +### DNSHOSTS must run dns for bytemark.co.uk resolving NS as '80.68.80.26,85.17.170.78,80.68.80.27'. ### # +# The test will fail if the results are not *exactly* as specified. i.e. If there are too +# many results, or too few, we'll alert. +# # module Custodian |