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

Changeset 1959

Show
Ignore:
Timestamp:
05/15/08 00:46:33
Author:
fumanchu
Message:

Another HTTP/1.0 test fix.

Files:

Legend:

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

    r1918 r1959  
    371371    def test_readall_or_close(self): 
    372372        if cherrypy.server.protocol_version != "HTTP/1.1": 
    373             self.PROTOCOL = "HTTP/1.0" 
    374         else: 
    375             self.PROTOCOL = "HTTP/1.1" 
     373            print "skipped ", 
     374            return 
     375         
     376        self.PROTOCOL = "HTTP/1.1" 
    376377         
    377378        if self.scheme == "https": 

Hosted by WebFaction

Log in as guest/cpguest to create tickets