BIND 10 trac2421, updated. 2332578b7a7c6a25e8f24eaafd08c1f0f507f382 [2421] Add a lettuce testcase where the zone file doesn't exist

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Nov 14 08:41:55 UTC 2012


The branch, trac2421 has been updated
       via  2332578b7a7c6a25e8f24eaafd08c1f0f507f382 (commit)
      from  bc457a13e13b10079985213922c579634e20ca11 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2332578b7a7c6a25e8f24eaafd08c1f0f507f382
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Nov 14 14:11:34 2012 +0530

    [2421] Add a lettuce testcase where the zone file doesn't exist

-----------------------------------------------------------------------

Summary of changes:
 .../configurations/auth/auth_badzone.config.orig   |    3 ++-
 tests/lettuce/features/auth_badzone.feature        |    1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/auth/auth_badzone.config.orig b/tests/lettuce/configurations/auth/auth_badzone.config.orig
index ec55f55..ab11bc9 100644
--- a/tests/lettuce/configurations/auth/auth_badzone.config.orig
+++ b/tests/lettuce/configurations/auth/auth_badzone.config.orig
@@ -22,7 +22,8 @@
                     "params": {
                         "example.org": "data/example.org",
                         "example.com": "data/example.com-broken",
-                        "example.net": "data/example.net-empty"
+                        "example.net": "data/example.net-empty",
+                        "example.info": "data/example.info-doesnt-exist"
                     }
                 }
             ]
diff --git a/tests/lettuce/features/auth_badzone.feature b/tests/lettuce/features/auth_badzone.feature
index 60da1b0..57b2dd4 100644
--- a/tests/lettuce/features/auth_badzone.feature
+++ b/tests/lettuce/features/auth_badzone.feature
@@ -36,3 +36,4 @@ Feature: Authoritative DNS server with a bad zone
 
         A query for www.example.com should have rcode REFUSED
         A query for www.example.net should have rcode REFUSED
+        A query for www.example.info should have rcode REFUSED



More information about the bind10-changes mailing list