From 417154a480e5add4db5aff2bd5269297e97321c6 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 11 Dec 2012 10:57:18 +0000 Subject: Updated comments. --- lib/custodian/protocoltest/dns.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/custodian/protocoltest/dns.rb') 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 -- cgit v1.2.1