Mercurial > libervia-backend
comparison src/test/helpers.py @ 1022:002ee8397208
test: fix the tests after the changes of logging system
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 14 May 2014 13:26:23 +0200 |
parents | c37a24922f27 |
children | 6e975c6b0faf |
comparison
equal
deleted
inserted
replaced
1021:a836b6da2c5c | 1022:002ee8397208 |
---|---|
17 # You should have received a copy of the GNU Affero General Public License | 17 # You should have received a copy of the GNU Affero General Public License |
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 | 20 |
21 ## logging configuration for tests ## | 21 ## logging configuration for tests ## |
22 from sat.core import log | 22 from sat.core import log_config |
23 log.satConfigure() | 23 log_config.satConfigure() |
24 | 24 |
25 from sat.core import exceptions | 25 from sat.core import exceptions |
26 from constants import Const | 26 from constants import Const |
27 from wokkel.xmppim import RosterItem | 27 from wokkel.xmppim import RosterItem |
28 from sat.core.xmpp import SatRosterProtocol | 28 from sat.core.xmpp import SatRosterProtocol |