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

Changeset 1023

Show
Ignore:
Timestamp:
03/29/06 00:58:15
Author:
fumanchu
Message:

Final fix for #498.

Files:

Legend:

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

    r980 r1023  
    203203    def _run(server): 
    204204        print 
    205         print "Testing %s on %s:%s..." % (server or "serverless", host, port) 
     205        print "Testing %s on %s:%s..." % (server, host, port) 
    206206        run(server, conf) 
    207     _run(None) 
    208207    _run("cherrypy._cpwsgi.WSGIServer") 
    209208 
     
    221220        def _run(server): 
    222221            print 
    223             print "Testing %s on %s:%s..." % (server or "serverless", host, port) 
     222            print "Testing %s on %s:%s..." % (server, host, port) 
    224223            run(server, conf) 
    225224        _run("cherrypy._cpwsgi.WSGIServer") 

Hosted by WebFaction

Log in as guest/cpguest to create tickets