Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Erb <steve-e@h3c.de>2008-08-07 00:17:00 +0400
committerStephan Erb <steve-e@h3c.de>2008-08-07 00:17:00 +0400
commitd1150f4d020964ddad347d8b0c24ee4340bdbba5 (patch)
tree840e9ee7782c1f88a9c2b932c515bdd91be14017 /test/test_sessions.py
parent8cc9d05d9bf3f654598edf614ee43f97c346e1ff (diff)
Implement some basic RosterWindow tests.
I just want the skeleton to be in place for feature bug fixing :-)
Diffstat (limited to 'test/test_sessions.py')
-rw-r--r--test/test_sessions.py5
1 files changed, 2 insertions, 3 deletions
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: