BIND 10 trac1024, updated. a7047de1ec7aece83271cc28605ea1d790afee67 [trac1024] Route messages to default destination for xfrin tests
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 13 18:06:33 UTC 2011
The branch, trac1024 has been updated
via a7047de1ec7aece83271cc28605ea1d790afee67 (commit)
from 71eee6e279d7527adbc1e325b0cca49d824b67ee (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 a7047de1ec7aece83271cc28605ea1d790afee67
Author: Stephen Morris <stephen at isc.org>
Date: Wed Jul 13 19:06:00 2011 +0100
[trac1024] Route messages to default destination for xfrin tests
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/tests/xfrin_test.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index 2acd9d6..92bf1b0 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -18,6 +18,7 @@ import socket
import io
from isc.testutils.tsigctx_mock import MockTSIGContext
from xfrin import *
+import isc.log
#
# Commonly used (mostly constant) test parameters
@@ -1115,6 +1116,7 @@ class TestMain(unittest.TestCase):
if __name__== "__main__":
try:
+ isc.log.resetUnitTestRootLogger()
unittest.main()
except KeyboardInterrupt as e:
print(e)
More information about the bind10-changes
mailing list