diff idavoll/test/test_gateway.py @ 198:e404775b12df

Change naming and spacing conventions to match Twisted's.
author Ralph Meijer <ralphm@ik.nu>
date Tue, 10 Jun 2008 11:31:49 +0000
parents 48245777acea
children b4bf0a5ce50d
line wrap: on
line diff
--- a/idavoll/test/test_gateway.py	Thu Jun 18 11:54:56 2009 +0000
+++ b/idavoll/test/test_gateway.py	Tue Jun 10 11:31:49 2008 +0000
@@ -25,7 +25,7 @@
 entry.addElement("content", content="Some text.")
 
 baseURI = "http://localhost:8086/"
-componentJID = "pubsub.localhost"
+componentJID = "pubsub"
 
 class GatewayTest(unittest.TestCase):
     timeout = 2