From: Mukund Sivaraman Date: Mon, 27 Aug 2012 01:36:09 +0000 (+0530) Subject: [2165] Fix answer section count in comment X-Git-Tag: trac2351_base~110^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abcd7d97d6caad3c68c4088cc58e8116ba8ae576;p=thirdparty%2Fkea.git [2165] Fix answer section count in comment --- diff --git a/src/lib/dns/tests/testdata/message_toWire6 b/src/lib/dns/tests/testdata/message_toWire6 index 00185c9d38..996c99c6e3 100644 --- a/src/lib/dns/tests/testdata/message_toWire6 +++ b/src/lib/dns/tests/testdata/message_toWire6 @@ -2,7 +2,7 @@ # A simple DNS query message (with a signed response) # ID = 0x75c1 # QR=1 (response), Opcode=0, AA=1, RD=1 (other fields are 0) -# QDCOUNT=1, ANCOUNT=2, other COUNTS=0 +# QDCOUNT=1, ANCOUNT=4, other COUNTS=0 # Question: test.example.com. IN A # Answer: # test.example.com. 3600 IN A 192.0.2.1