Update XEP-0060 test.

This commit is contained in:
Lance Stout 2011-02-08 21:09:49 -05:00
parent 72ead3d598
commit 30da68f47b

View file

@ -181,7 +181,7 @@ class TestPubsubStanzas(SleekTest):
<pubsub xmlns="http://jabber.org/protocol/pubsub"> <pubsub xmlns="http://jabber.org/protocol/pubsub">
<subscribe node="cheese" jid="fritzy@netflint.net/sleekxmpp"> <subscribe node="cheese" jid="fritzy@netflint.net/sleekxmpp">
<options node="cheese" jid="fritzy@netflint.net/sleekxmpp"> <options node="cheese" jid="fritzy@netflint.net/sleekxmpp">
<x xmlns="jabber:x:data" type="form"> <x xmlns="jabber:x:data" type="submit">
<field var="pubsub#title" type="text-single"> <field var="pubsub#title" type="text-single">
<value>this thing is awesome</value> <value>this thing is awesome</value>
</field> </field>