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
path: root/test
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2019-08-18 16:43:27 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-08-18 16:43:27 +0300
commit124112986727777939492ff68ca08020f176b8b5 (patch)
treefde49e647d9c3887d1e2de62201de9315ed66399 /test
parent893e981045d266c4be29c415ef24f21fd9d1e434 (diff)
Fix test
There are no legacy accounts anymore
Diffstat (limited to 'test')
-rw-r--r--test/no_gui/unit/test_contacts.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/no_gui/unit/test_contacts.py b/test/no_gui/unit/test_contacts.py
index e85a43bea..b3233a422 100644
--- a/test/no_gui/unit/test_contacts.py
+++ b/test/no_gui/unit/test_contacts.py
@@ -95,14 +95,6 @@ class TestContacts(unittest.TestCase):
# Not yet implemented to remain backwart compatible
# self.assertEqual(contact, copy, msg="Must be equal")
- def test_legacy_accounts_handling(self):
- self.contacts.add_account("one")
- self.contacts.add_account("two")
-
- self.contacts.remove_account("one")
-
- self.assertEqual(["old"], self.contacts.get_accounts())
-
def test_legacy_contacts_from_groups(self):
jid1 = "test1@gajim.org"
jid2 = "test2@gajim.org"