BIND 10 trac813, updated. 4a2c0e7a8852496e9b8f9a56f5058cb1f55d3f55 [trac813] adding necessary test data (forgot to git-add them)

BIND 10 source code commits bind10-changes at lists.isc.org
Tue May 3 18:45:59 UTC 2011


The branch, trac813 has been updated
       via  4a2c0e7a8852496e9b8f9a56f5058cb1f55d3f55 (commit)
      from  25301e86fb8aa4cb8d98933a0c3b7dcf46f8c4be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4a2c0e7a8852496e9b8f9a56f5058cb1f55d3f55
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue May 3 11:45:35 2011 -0700

    [trac813] adding necessary test data (forgot to git-add them)

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/tests/testdata/message_toText2.txt     |    8 ++++++++
 .../{message_toText1.txt => message_toText3.txt}   |    7 +++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 src/lib/dns/tests/testdata/message_toText2.txt
 copy src/lib/dns/tests/testdata/{message_toText1.txt => message_toText3.txt} (59%)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/testdata/message_toText2.txt b/src/lib/dns/tests/testdata/message_toText2.txt
new file mode 100644
index 0000000..42cc2c1
--- /dev/null
+++ b/src/lib/dns/tests/testdata/message_toText2.txt
@@ -0,0 +1,8 @@
+;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 45981
+;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
+
+;; OPT PSEUDOSECTION:
+; EDNS: version: 0, flags: do; udp: 4096
+
+;; QUESTION SECTION:
+;example.com. IN A
diff --git a/src/lib/dns/tests/testdata/message_toText3.txt b/src/lib/dns/tests/testdata/message_toText3.txt
new file mode 100644
index 0000000..359b9c5
--- /dev/null
+++ b/src/lib/dns/tests/testdata/message_toText3.txt
@@ -0,0 +1,17 @@
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10140
+;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
+
+;; QUESTION SECTION:
+;www.example.com. IN A
+
+;; ANSWER SECTION:
+www.example.com. 86400 IN A 192.0.2.80
+
+;; AUTHORITY SECTION:
+example.com. 86400 IN NS ns.example.com.
+
+;; ADDITIONAL SECTION:
+ns.example.com. 86400 IN A 192.0.2.1
+
+;; TSIG PSEUDOSECTION:
+www.example.com. 0 ANY TSIG hmac-md5.sig-alg.reg.int. 1304384318 300 16 UlfIA5by+pWyDHeummUvsg== 10140 NOERROR 0




More information about the bind10-changes mailing list