From: Remi Gacogne Date: Mon, 25 May 2020 14:17:50 +0000 (+0200) Subject: rec: Fix formatting in the "root DS" unit test X-Git-Tag: dnsdist-1.5.0-rc3~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4ea6d592aadce6e49bdff1035e0a0b0c59763b;p=thirdparty%2Fpdns.git rec: Fix formatting in the "root DS" unit test --- diff --git a/pdns/recursordist/test-syncres_cc6.cc b/pdns/recursordist/test-syncres_cc6.cc index e5b1219492..96c71e67c9 100644 --- a/pdns/recursordist/test-syncres_cc6.cc +++ b/pdns/recursordist/test-syncres_cc6.cc @@ -264,7 +264,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_ds_root) setLWResult(res, 0, true, false, true); addRecordToLW(res, ".", QType::SOA, "a.root-servers.net. nstld.verisign-grs.com. 2017032301 10800 3600 604800 3600", DNSResourceRecord::AUTHORITY, 3600); addRRSIG(keys, res->d_records, DNSName("."), 300); - addNSECRecordToLW(domain, DNSName("aaa."), { QType::DNSKEY, QType::SOA, QType::NS, QType::NSEC, QType::RRSIG }, 600, res->d_records); + addNSECRecordToLW(domain, DNSName("aaa."), {QType::DNSKEY, QType::SOA, QType::NS, QType::NSEC, QType::RRSIG}, 600, res->d_records); addRRSIG(keys, res->d_records, DNSName("."), 300); return 1; }