From 23f112602c35440ca7a43cfd1efb0d3e15220a02 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sat, 26 Jan 2013 15:10:06 -0800 Subject: Get tests to pass again. Re-add old gmail_notify plugin for now. --- tests/test_stanza_message.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/test_stanza_message.py b/tests/test_stanza_message.py index e55971df..3ed965b6 100644 --- a/tests/test_stanza_message.py +++ b/tests/test_stanza_message.py @@ -30,9 +30,7 @@ class TestMessageStanzas(SleekTest): msg['to'] = "fritzy@netflint.net/sleekxmpp" msg['body'] = "this is the plaintext message" msg['type'] = 'chat' - p = ET.Element('{http://www.w3.org/1999/xhtml}p') - p.text = "This is the htmlim message" - msg['html']['body'] = p + msg['html']['body'] = '

This is the htmlim message

' self.check(msg, """ this is the plaintext message -- cgit v1.2.3