BIND 10 trac2823-regression, updated. e67c6142d40cfde0a9c04c0ae491b8f8754bf69d [2823-regression] Make a minor comment update
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 15 09:26:54 UTC 2013
The branch, trac2823-regression has been updated
via e67c6142d40cfde0a9c04c0ae491b8f8754bf69d (commit)
via 2a1a86b1b753b7fdc7db4bc48e8f0838a9521187 (commit)
from f1dd9da6c3582b6dcb876609a142f9b6c80389e1 (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 e67c6142d40cfde0a9c04c0ae491b8f8754bf69d
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed May 15 14:55:58 2013 +0530
[2823-regression] Make a minor comment update
commit 2a1a86b1b753b7fdc7db4bc48e8f0838a9521187
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed May 15 14:54:30 2013 +0530
[2823-regression] Fix test name in a comment
-----------------------------------------------------------------------
Summary of changes:
src/bin/stats/tests/stats_test.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/stats/tests/stats_test.py b/src/bin/stats/tests/stats_test.py
index 62390b7..dd1b79b 100644
--- a/src/bin/stats/tests/stats_test.py
+++ b/src/bin/stats/tests/stats_test.py
@@ -1290,7 +1290,7 @@ class TestStats(unittest.TestCase):
# statistics, while do_polling() can ask for module statistics in an
# unpredictable order (if hash randomization is enabled, which is
# the case by default for Python 3.3). To make it predictable and
- # the prepared answer doesn't cause disruption, we remove the
+ # ensure the prepared answer doesn't cause disruption, we remove the
# information for the Auth module for this test.
del stat.statistics_data['Auth']
@@ -1412,8 +1412,8 @@ class TestStats(unittest.TestCase):
class Z_TestOSEnv(unittest.TestCase):
# Running this test would break logging setting. To prevent it from
- # affecting other tests we use the same workaround as
- # Z_TestStatsHttpdError.
+ # affecting other tests we use the same workaround as Z_TestOSEnv in
+ # stats-httpd_test.py.
def test_osenv(self):
"""
test for the environ variable "B10_FROM_SOURCE"
More information about the bind10-changes
mailing list