BIND 10 trac1696, updated. 900180e27ecac721a7ea7a5c3cff62230082a391 [1696] a copule of minor editorial fixes.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 22 19:24:20 UTC 2012
The branch, trac1696 has been updated
via 900180e27ecac721a7ea7a5c3cff62230082a391 (commit)
from 6dc12fe4b4f751a8692bb2f577d178de458cbe31 (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 900180e27ecac721a7ea7a5c3cff62230082a391
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Feb 22 11:24:08 2012 -0800
[1696] a copule of minor editorial fixes.
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/features/nsec3_auth.feature | 2 +-
tests/lettuce/features/terrain/querying.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/nsec3_auth.feature b/tests/lettuce/features/nsec3_auth.feature
index da883e2..1581dd1 100644
--- a/tests/lettuce/features/nsec3_auth.feature
+++ b/tests/lettuce/features/nsec3_auth.feature
@@ -9,7 +9,7 @@ Feature: NSEC3 Authoritative service
# in the places where dig adds them too.
# Any other changes from the specific example data are added as inline
# comments.
-
+
Scenario: B.1. Name Error
Given I have bind10 running with configuration nsec3/nsec3_auth.config
A dnssec query for a.c.x.w.example. should have rcode NXDOMAIN
diff --git a/tests/lettuce/features/terrain/querying.py b/tests/lettuce/features/terrain/querying.py
index 9eff8ea..87f2d40 100644
--- a/tests/lettuce/features/terrain/querying.py
+++ b/tests/lettuce/features/terrain/querying.py
@@ -61,7 +61,7 @@ class QueryResult(object):
"([0-9]+), AUTHORITY: ([0-9]+), ADDITIONAL: ([0-9]+)")
def __init__(self, name, qtype, qclass, address, port,
- additional_args = None):
+ additional_args=None):
"""
Constructor. This fires of a query using dig.
Parameters:
More information about the bind10-changes
mailing list