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>2009-11-05 18:22:21 +0300
committerStephan Erb <steve-e@h3c.de>2009-11-05 18:22:21 +0300
commitdec25246dfa40f97200880ccc7000d7afd249553 (patch)
tree19a6e35e9414055eb8a19bde04eaca7979136dd1 /test/integration
parent06129f45ef6adfb3403fc5a4bf8268bac8e77226 (diff)
Missing bits of the last commit (add account parameter to contact constructor)
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/test_roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test_roster.py b/test/integration/test_roster.py
index 10d1ab488..d093d0e64 100644
--- a/test/integration/test_roster.py
+++ b/test/integration/test_roster.py
@@ -190,7 +190,7 @@ class TestRosterWindowMetaContacts(TestRosterWindowRegrouped):
self.test_fill_roster_model()
jid = u'coolstuff@gajim.org'
- contact = gajim.contacts.create_contact(jid)
+ contact = gajim.contacts.create_contact(jid, account1)
gajim.contacts.add_contact(account1, contact)
self.roster.add_contact(jid, account1)
self.roster.chg_contact_status(contact, 'offline', '', account1)