BIND 10 trac2499, updated. c0b406791e7d3be3fb7962d52f6b6a320b4a7736 [2499] Use a more straightforward rrset-collection.zone
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 18 11:30:57 UTC 2013
The branch, trac2499 has been updated
via c0b406791e7d3be3fb7962d52f6b6a320b4a7736 (commit)
from dc2aa27ea58ec3be03e742f2f4dd123a2c044200 (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 c0b406791e7d3be3fb7962d52f6b6a320b4a7736
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Jan 18 17:00:29 2013 +0530
[2499] Use a more straightforward rrset-collection.zone
-----------------------------------------------------------------------
Summary of changes:
.../tests/memory/testdata/rrset-collection.zone | 21 ++++----------------
1 file changed, 4 insertions(+), 17 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory/testdata/rrset-collection.zone b/src/lib/datasrc/tests/memory/testdata/rrset-collection.zone
index 4163fc0..332848f 100644
--- a/src/lib/datasrc/tests/memory/testdata/rrset-collection.zone
+++ b/src/lib/datasrc/tests/memory/testdata/rrset-collection.zone
@@ -1,17 +1,4 @@
-example.org. 3600 IN SOA ( ; The SOA, split across lines for testing
- ns1.example.org.
- admin.example.org.
- 1234
- 3600
- 1800
- 2419200
- 7200
- )
-; Check it accepts quoted name too
-"\101xample.org." 3600 IN NS ns1.example.org.
-
-
-; Some empty lines here. They are to make sure the loader can skip them.
-www 3600 IN A 192.0.2.1 ; Test a relative name as well.
- 3600 IN AAAA 2001:db8::1 ; And initial whitespace hanling
- ; Here be just some space, no RRs
+example.org. 3600 IN SOA ns1.example.org. bugs.x.w.example.org. 72 3600 300 3600000 3600
+example.org. 3600 IN NS ns1.example.org.
+www.example.org. 3600 IN A 192.0.2.6
+www.example.org. 3600 IN AAAA 2001:db8::6
More information about the bind10-changes
mailing list