From dec25246dfa40f97200880ccc7000d7afd249553 Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Thu, 5 Nov 2009 16:22:21 +0100 Subject: Missing bits of the last commit (add account parameter to contact constructor) --- test/integration/test_roster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration') 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) -- cgit v1.2.3