diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-02-17 11:11:23 -0500 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-02-17 11:11:23 -0500 |
commit | e3b4839c0a0e11f5955d548d630bef0d51846ebd (patch) | |
tree | 631b932030ed3b17d3cef93e138455253ca307b6 /tests/functional/test_wallace/test_002_footer.py | |
parent | 8aea889ec8da68d7caf552732b164a1865142730 (diff) | |
parent | d80a04b456bdfafa64822fe5f310ff0dc332de6e (diff) | |
download | pykolab-e3b4839c0a0e11f5955d548d630bef0d51846ebd.tar.gz |
Merge branch 'master' of ssh://git.kolabsys.com/git/pykolab
Diffstat (limited to 'tests/functional/test_wallace/test_002_footer.py')
-rw-r--r-- | tests/functional/test_wallace/test_002_footer.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/test_wallace/test_002_footer.py b/tests/functional/test_wallace/test_002_footer.py index c8e2f4a..ac3e1ba 100644 --- a/tests/functional/test_wallace/test_002_footer.py +++ b/tests/functional/test_wallace/test_002_footer.py @@ -54,10 +54,10 @@ class TestWallaceFooter(unittest.TestCase): from tests.functional.synchronize import synchronize_once synchronize_once() -# @classmethod -# def teardown_class(self, *args, **kw): -# from tests.functional.purge_users import purge_users -# purge_users() + @classmethod + def teardown_class(self, *args, **kw): + from tests.functional.purge_users import purge_users + purge_users() def check_message_delivered(self, subject): imap = IMAP() |