Changeset 1918
- Timestamp:
- 03/14/08 10:11:53
- Files:
-
- trunk/cherrypy/test/test_conn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_conn.py
r1884 r1918 546 546 547 547 def test_598(self): 548 remote_data_conn = urllib.urlopen('http://%s:%s/one_megabyte_of_a/' % (self.HOST, self.PORT,)) 548 remote_data_conn = urllib.urlopen('%s://%s:%s/one_megabyte_of_a/' % 549 (self.scheme, self.HOST, self.PORT,)) 549 550 received_data = remote_data_conn.read(512) 550 551 time.sleep(6.0)

