# HG changeset patch # User souliane # Date 1400066783 -7200 # Node ID 002ee83972087eb70c47765b1dc11bb4ecfe42dd # Parent a836b6da2c5c995ac59146c229111419e0c9beec test: fix the tests after the changes of logging system diff -r a836b6da2c5c -r 002ee8397208 src/test/helpers.py --- a/src/test/helpers.py Wed May 14 12:51:24 2014 +0200 +++ b/src/test/helpers.py Wed May 14 13:26:23 2014 +0200 @@ -19,8 +19,8 @@ ## logging configuration for tests ## -from sat.core import log -log.satConfigure() +from sat.core import log_config +log_config.satConfigure() from sat.core import exceptions from constants import Const