From: Mukund Sivaraman Date: Mon, 10 Sep 2012 04:11:50 +0000 (+0530) Subject: [2108] Fix zone file comments X-Git-Tag: trac2351_base~70^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4ceb192ddc140409230eef5ecc55a13f04059f5;p=thirdparty%2Fkea.git [2108] Fix zone file comments --- diff --git a/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone b/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone index d44762d785..5533663f69 100644 --- a/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone +++ b/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone @@ -1,4 +1,4 @@ -;; NSEC3 names with labels != (origin_labels + 1) +;; CNAME + other is an error example.org. 86400 IN SOA ns.example.org. ns.example.org. 2012091009 7200 3600 2592000 1200 a.example.org. 7200 IN A 192.168.0.1 a.example.org. 3600 IN CNAME foo.example.com. diff --git a/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone b/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone index bca72cb499..966aeeb9a5 100644 --- a/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone +++ b/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone @@ -1,4 +1,4 @@ -;; NSEC3 names with labels != (origin_labels + 1) +;; CNAME + other is an error example.org. 86400 IN SOA ns.example.org. ns.example.org. 2012091007 7200 3600 2592000 1200 a.example.org. 3600 IN CNAME foo.example.com. a.example.org. 7200 IN A 192.168.0.1