BIND 10 trac1288, updated. 8a5b3e3b460e7f741b1560f73423c8d688db9d85 [1288] fix a crash due to failing start of xfrout in tests.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Nov 14 18:52:10 UTC 2011


The branch, trac1288 has been updated
       via  8a5b3e3b460e7f741b1560f73423c8d688db9d85 (commit)
      from  275d091229e914a848408b785f0143541abed6d5 (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 8a5b3e3b460e7f741b1560f73423c8d688db9d85
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Nov 14 10:51:24 2011 -0800

    [1288] fix a crash due to failing start of xfrout in tests.

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

Summary of changes:
 src/bin/bind10/tests/bind10_test.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in
index 65e8d6d..b238482 100644
--- a/src/bin/bind10/tests/bind10_test.py.in
+++ b/src/bin/bind10/tests/bind10_test.py.in
@@ -474,7 +474,7 @@ class TestStartStopProcessesBob(unittest.TestCase):
         if start_auth:
             config['b10-auth'] = { 'kind': 'needed', 'special': 'auth' }
             config['b10-xfrout'] = { 'kind': 'dispensable',
-                                     'address': 'Xfrout' }
+                                     'special': 'xfrout' }
             config['b10-xfrin'] = { 'kind': 'dispensable', 'special': 'xfrin' }
             config['b10-zonemgr'] = { 'kind': 'dispensable',
                                       'address': 'Zonemgr' }




More information about the bind10-changes mailing list