From 6c57bb055346384760129c25ad5402913982eaac Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 24 Sep 2012 20:59:51 -0700 Subject: Simplify stringifying XML --- tests/test_tostring.py | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tests/test_tostring.py') diff --git a/tests/test_tostring.py b/tests/test_tostring.py index cd50a7c1..8c04f00c 100644 --- a/tests/test_tostring.py +++ b/tests/test_tostring.py @@ -85,19 +85,6 @@ class TestToString(SleekTest): original='foo bar baz', message='Element tail content is incorrect.') - - def testStanzaNs(self): - """ - Test using the stanza_ns tostring parameter, which will prevent - adding an xmlns attribute to the serialized element if the - element's namespace is the same. - """ - self.tryTostring( - original='', - expected='', - message="The stanza_ns parameter was not used properly.", - stanza_ns='foo') - def testStanzaStr(self): """ Test that stanza objects are serialized properly. -- cgit v1.2.3