From aa43398da669f48653ce431763bd35264fd5e314 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 20 Mar 2013 21:14:25 +0100 Subject: python: fix logout request parsing test adapt to new checks done on logout request nodes --- bindings/python/tests/profiles_tests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bindings/python') diff --git a/bindings/python/tests/profiles_tests.py b/bindings/python/tests/profiles_tests.py index 0068d841..e86a6195 100755 --- a/bindings/python/tests/profiles_tests.py +++ b/bindings/python/tests/profiles_tests.py @@ -35,6 +35,9 @@ if not '../.libs' in sys.path: sys.path.insert(0, '../.libs') import lasso +import logging + +logging.basicConfig() try: @@ -482,6 +485,7 @@ class LogoutTestCase(unittest.TestCase): '''Test parsing of a logout request with more than one session index''' content = ''' me + coin id1 id2 id3 -- cgit