[Telepathy-commits] [telepathy-gabble/master] ./tests/twisted/roster/groups.py: revert addition of #12791 regression test
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 10:51:51 PDT 2008
20080428163635-53eee-dfdab263cd49a93baa1664186b39a9f937a90413.gz
---
tests/twisted/roster/groups.py | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/tests/twisted/roster/groups.py b/tests/twisted/roster/groups.py
index 83b249c..b12a312 100644
--- a/tests/twisted/roster/groups.py
+++ b/tests/twisted/roster/groups.py
@@ -1,4 +1,3 @@
-
"""
Test basic roster functionality.
"""
@@ -49,7 +48,6 @@ def test(q, bus, conn, stream):
item['jid'] = 'amy at foo.com'
item['subscription'] = 'both'
group = item.addElement('group', content='women')
- group = item.addElement('group', content='affected-by-fdo-12791')
item = event.query.addElement('item')
item['jid'] = 'bob at foo.com'
@@ -61,11 +59,6 @@ def test(q, bus, conn, stream):
item['subscription'] = 'to'
group = item.addElement('group', content='men')
- item = event.query.addElement('item')
- item['jid'] = 'amy at foo.com'
- item['subscription'] = 'both'
- group = item.addElement('group', content='women')
-
stream.send(event.stanza)
# FIXME: this is somewhat fragile - it's asserting the exact order that
@@ -78,7 +71,6 @@ def test(q, bus, conn, stream):
_expect_contact_list_channel(q, bus, conn, 'known',
['amy at foo.com', 'bob at foo.com', 'che at foo.com'])
_expect_group_channel(q, bus, conn, 'women', ['amy at foo.com'])
- _expect_group_channel(q, bus, conn, 'affected-by-fdo-12791', [])
_expect_group_channel(q, bus, conn, 'men', ['bob at foo.com', 'che at foo.com'])
conn.Disconnect()
--
1.5.6.3
More information about the Telepathy-commits
mailing list