Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1918

Show
Ignore:
Timestamp:
03/14/08 10:11:53
Author:
fumanchu
Message:

Make test for #598 pass with --ssl.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test_conn.py

    r1884 r1918  
    546546 
    547547    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,)) 
    549550        received_data = remote_data_conn.read(512) 
    550551        time.sleep(6.0) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets