From: JINMEI Tatuya Date: Wed, 1 Feb 2012 21:28:32 +0000 (-0800) Subject: [1570] remove DS from the apex of the test zone to avoid regression X-Git-Tag: trac2351_base~263^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddbf6fe0f244d0c808408e94b502bc462c5d2f41;p=thirdparty%2Fkea.git [1570] remove DS from the apex of the test zone to avoid regression (A DS normally doesn't exist there.) --- diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc index a70dc9ebea..610dc3dd11 100644 --- a/src/bin/auth/tests/query_unittest.cc +++ b/src/bin/auth/tests/query_unittest.cc @@ -57,6 +57,7 @@ const char* const zone_ns_txt = "example.com. 3600 IN NS glue.delegation.example.com.\n" "example.com. 3600 IN NS noglue.example.com.\n" "example.com. 3600 IN NS example.net.\n"; +// TBD: CHECK IF IT IS REALLY USED const char* const zone_ds_txt = "example.com. 3600 IN DS 57855 5 1 " "B6DCD485719ADCA18E5F3D48A2331627FDD3 636B\n"; @@ -230,7 +231,7 @@ public: nsec_name_(origin_) { stringstream zone_stream; - zone_stream << soa_txt << zone_ns_txt << zone_ds_txt << ns_addrs_txt << + zone_stream << soa_txt << zone_ns_txt << ns_addrs_txt << delegation_txt << mx_txt << www_a_txt << cname_txt << cname_nxdom_txt << cname_out_txt << dname_txt << delegation_txt << delegation_ds_txt << mx_txt << www_a_txt <<