comparison src/test/test_plugin_xep_0033.py @ 915:6f96ee4d8cc0

tests: tests fixes
author Goffi <goffi@goffi.org>
date Fri, 21 Mar 2014 16:19:46 +0100
parents 1fe00f0c9a91
children 861593a5652b
comparison
equal deleted inserted replaced
914:1a3ba959f0ab 915:6f96ee4d8cc0
21 """ Plugin extended addressing stanzas """ 21 """ Plugin extended addressing stanzas """
22 22
23 from constants import Const 23 from constants import Const
24 from sat.test import helpers 24 from sat.test import helpers
25 from sat.plugins import plugin_xep_0033 as plugin 25 from sat.plugins import plugin_xep_0033 as plugin
26 from sat.memory.memory import NO_SECURITY_LIMIT
27 from sat.core.sat_main import AbortSendMessage, MessageSentAndStored 26 from sat.core.sat_main import AbortSendMessage, MessageSentAndStored
28 from copy import deepcopy 27 from copy import deepcopy
29 from twisted.internet import defer 28 from twisted.internet import defer
30 from wokkel.generic import parseXml 29 from wokkel.generic import parseXml
31 from twisted.words.protocols.jabber.jid import JID 30 from twisted.words.protocols.jabber.jid import JID