]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2421] Change test data to throw ZoneDataUpdater::AddError
authorMukund Sivaraman <muks@isc.org>
Wed, 7 Nov 2012 19:41:27 +0000 (01:11 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 7 Nov 2012 19:49:11 +0000 (01:19 +0530)
... instead of MasterLoadError.

tests/lettuce/data/example.com-broken

index cf4b72e3a4b2d022c10284c6aeafaa0a96e020d6..ceef6c3497eaef92d6f8f92539f70f854bd2cb52 100644 (file)
@@ -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.