BIND 10 trac1113, updated. 19c8c07e6e1601180f85f7aad145f00112f3f8a4 [trac1113] fix testdata comments
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 9 03:27:39 UTC 2011
The branch, trac1113 has been updated
via 19c8c07e6e1601180f85f7aad145f00112f3f8a4 (commit)
from 87090907f39983b744749017cdac3fb957d8d0c0 (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 19c8c07e6e1601180f85f7aad145f00112f3f8a4
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date: Tue Aug 9 11:27:09 2011 +0800
[trac1113] fix testdata comments
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/testdata/rdata_minfo_fromWire | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/testdata/rdata_minfo_fromWire b/src/lib/dns/tests/testdata/rdata_minfo_fromWire
index b440505..c50f7f6 100644
--- a/src/lib/dns/tests/testdata/rdata_minfo_fromWire
+++ b/src/lib/dns/tests/testdata/rdata_minfo_fromWire
@@ -1,7 +1,7 @@
#
# various kinds of MINFO RDATA stored in an input buffer
#
-# RDLENGHT=27 bytes
+# RDLENGHT=28 bytes
# 0 1
00 1c
# 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 20 1 2(bytes)
@@ -17,18 +17,21 @@
c0 02 c0 14
#
# length too short
+# RDLENGHT=03 bytes
# 6 7
00 03
# 8 9 40 1(bytes)
c0 02 c0 14
#
# length too long
+# RDLENGHT=25 bytes
# 2 3
00 19
# 4 5 6 7(bytes)
c0 02 c0 14
#
# incomplete target name
+# RDLENGHT=19 bytes
# 8 9
00 13
#50 1 2 3 4 5 6 7 8 9 60 1 2 3 4 5 6 7 8 (bytes)
More information about the bind10-changes
mailing list