Browse Source

[trac1024] Route messages to default destination for xfrin tests

Stephen Morris 14 years ago
parent
commit
a7047de1ec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bin/xfrin/tests/xfrin_test.py

+ 2 - 0
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)