From 0af468b435a3c24792f8d70ef802193ff08f26af Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Fri, 8 Jan 2010 05:26:37 +0000 Subject: * fixed stanza.keys() --- tests/pubsub_stanzas.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/pubsub_stanzas.py b/tests/pubsub_stanzas.py index 2fd6df43..d768a3df 100644 --- a/tests/pubsub_stanzas.py +++ b/tests/pubsub_stanzas.py @@ -16,6 +16,9 @@ def testAffiliations(): values = iq2.getValues() print(values) iq3.setValues(values) + print("-"*8) + print(iq3.keys()) + print(iq3) print(str(iq) == str(iq2) == str(iq3)) -- cgit v1.2.3