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 | 932e5890c7ced12b3d4f12c29a58ede3091f5c3e (patch) | |
tree | 0f254015faf77fe68443fbd35596d6f470162a4a /lib | |
parent | e55e8ff09245515fd70cc26c7612087bc6ad3727 (diff) |
Updated comments.
Diffstat (limited to 'lib')
-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 |