comparison 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
comparison
equal deleted inserted replaced
197:9da5a95d408d 198:e404775b12df
23 entry.addElement("title", content="Atom-Powered Robots Run Amok") 23 entry.addElement("title", content="Atom-Powered Robots Run Amok")
24 entry.addElement("author").addElement("name", content="John Doe") 24 entry.addElement("author").addElement("name", content="John Doe")
25 entry.addElement("content", content="Some text.") 25 entry.addElement("content", content="Some text.")
26 26
27 baseURI = "http://localhost:8086/" 27 baseURI = "http://localhost:8086/"
28 componentJID = "pubsub.localhost" 28 componentJID = "pubsub"
29 29
30 class GatewayTest(unittest.TestCase): 30 class GatewayTest(unittest.TestCase):
31 timeout = 2 31 timeout = 2
32 32
33 def setUp(self): 33 def setUp(self):