summaryrefslogtreecommitdiff
path: root/conn_tests/test_pubsubserver.py
diff options
context:
space:
mode:
authorBrian Beggs <macdiesel@speakeasy.net>2010-05-12 07:46:07 -0400
committerBrian Beggs <macdiesel@speakeasy.net>2010-05-12 07:46:07 -0400
commit1521a8b5c9d656ef80a4caf3d7daa86f8f504423 (patch)
treebda49cc00690314c4172d570d439223881559196 /conn_tests/test_pubsubserver.py
parent70f69c180cb828f0a76b0d9a441c98036cc96fb0 (diff)
parent8515cef11734613267b1b31f543bca620beac864 (diff)
downloadslixmpp-1521a8b5c9d656ef80a4caf3d7daa86f8f504423.tar.gz
slixmpp-1521a8b5c9d656ef80a4caf3d7daa86f8f504423.tar.bz2
slixmpp-1521a8b5c9d656ef80a4caf3d7daa86f8f504423.tar.xz
slixmpp-1521a8b5c9d656ef80a4caf3d7daa86f8f504423.zip
Merge remote branch 'fritzy/master'
Diffstat (limited to 'conn_tests/test_pubsubserver.py')
-rw-r--r--conn_tests/test_pubsubserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conn_tests/test_pubsubserver.py b/conn_tests/test_pubsubserver.py
index a0973cc4..7e5b57b0 100644
--- a/conn_tests/test_pubsubserver.py
+++ b/conn_tests/test_pubsubserver.py
@@ -65,7 +65,7 @@ class TestPubsubServer(unittest.TestCase):
"""Retrieving node config and reconfiguring"""
nconfig = self.xmpp1['xep_0060'].getNodeConfig(self.pshost, 'testnode2')
self.failUnless(nconfig, "No configuration returned")
- #print("%s == %s" % (nconfig.getValues(), self.statev['defaultconfig'].getValues()))
+ #print("\n%s ==\n %s" % (nconfig.getValues(), self.statev['defaultconfig'].getValues()))
self.failUnless(nconfig.getValues() == self.statev['defaultconfig'].getValues(), "Configuration does not match")
self.failUnless(self.xmpp1['xep_0060'].setNodeConfig(self.pshost, 'testnode2', nconfig))