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:
authorYann Leboulanger <asterix@lagaule.org>2016-10-10 16:22:51 +0300
committerYann Leboulanger <asterix@lagaule.org>2016-10-10 16:22:51 +0300
commite5b69fae5c6eaee78c6116da337bd46d1d80960c (patch)
treeb772e9bbc17df7c3832acc3abc299a6943a192cc /test/integration
parent3dcdee70baae4d38136db72c3b5268fabacb2767 (diff)
start running tests
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 5b81f5824..d81df5dd9 100644
--- a/test/integration/test_roster.py
+++ b/test/integration/test_roster.py
@@ -139,7 +139,7 @@ class TestRosterWindow(unittest.TestCase):
# Contacts kept their info
contact = instances[0]
- self.assertEquals(contact.groups, contacts[acc][jid]['groups'],
+ self.assertEquals(sorted(contact.groups), sorted(contacts[acc][jid]['groups']),
msg='Group Missmatch')
groups = contacts[acc][jid]['groups'] or ['General',]