From d1150f4d020964ddad347d8b0c24ee4340bdbba5 Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Wed, 6 Aug 2008 20:17:00 +0000 Subject: Implement some basic RosterWindow tests. I just want the skeleton to be in place for feature bug fixing :-) --- test/test_sessions.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/test_sessions.py') diff --git a/test/test_sessions.py b/test/test_sessions.py index a2286b23d..1669157d6 100644 --- a/test/test_sessions.py +++ b/test/test_sessions.py @@ -69,8 +69,7 @@ class TestStanzaSession(unittest.TestCase): from session import ChatControlSession -gajim.interface = MockInterface(account_name) -gajim.contacts.add_account(account_name) +gajim.interface = MockInterface() import notify @@ -203,4 +202,4 @@ class TestChatControlSession(unittest.TestCase): if __name__ == '__main__': unittest.main() -# vim: se ts=3: \ No newline at end of file +# vim: se ts=3: -- cgit v1.2.3