From: Mukund Sivaraman Date: Wed, 7 Nov 2012 19:41:27 +0000 (+0530) Subject: [2421] Change test data to throw ZoneDataUpdater::AddError X-Git-Tag: trac2487_base~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecace4bc156ef36fdade632f5656ce8886b2433f;p=thirdparty%2Fkea.git [2421] Change test data to throw ZoneDataUpdater::AddError ... instead of MasterLoadError. --- diff --git a/tests/lettuce/data/example.com-broken b/tests/lettuce/data/example.com-broken index cf4b72e3a4..ceef6c3497 100644 --- a/tests/lettuce/data/example.com-broken +++ b/tests/lettuce/data/example.com-broken @@ -5,4 +5,7 @@ example.com. 3600 IN MX 10 mail.example.com. www.example.com. 3600 IN A 192.0.2.1 ns1.example.com. 3600 IN A 192.0.2.3 ns2.example.com. 3600 IN A 192.0.2.4 -shell.example.com. 3600 IN SSHFP # this is clearly broken + +;; DNAME + NS (non-apex) throws ZoneDataUpdater::AddError +ns1.example.com. 3600 IN DNAME foo.example.com. +ns1.example.com. 3600 IN NS bar.example.com.