Browse Source

[1175] remove a logging name from unittest

Naoki Kambe 13 years ago
parent
commit
7af1aeddc3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/bin/stats/tests/b10-stats_test.py

+ 0 - 3
src/bin/stats/tests/b10-stats_test.py

@@ -33,9 +33,6 @@ import stats
 import isc.cc.session
 from test_utils import BaseModules, ThreadingServerManager, MyStats, send_command, send_shutdown
 
-# set test name for logger
-isc.log.init("b10-stats_test")
-
 class TestUtilties(unittest.TestCase):
     items = [
         { 'item_name': 'test_int1',  'item_type': 'integer', 'item_default': 12345      },