From b70565720fe7d83fdb5de880607a48a37c126d89 Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Tue, 30 Aug 2011 23:03:04 -0700 Subject: fixed test further... but now I have an out of order problem --- tests/test_stanza_xep_0060.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/test_stanza_xep_0060.py') diff --git a/tests/test_stanza_xep_0060.py b/tests/test_stanza_xep_0060.py index 2427b787..5d5c843a 100644 --- a/tests/test_stanza_xep_0060.py +++ b/tests/test_stanza_xep_0060.py @@ -213,6 +213,9 @@ class TestPubsubStanzas(SleekTest): item2['payload'] = payload2 iq['pubsub']['publish'].append(item) iq['pubsub']['publish'].append(item2) + form = xep_0004.Form() + form.addField('pubsub#description', ftype='text-single', value='this thing is awesome') + iq['pubsub']['publish_options'] = form self.check(iq, """ @@ -231,6 +234,13 @@ class TestPubsubStanzas(SleekTest): + + + + this thing is awesome + + + """) -- cgit v1.2.3