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

Changeset 913

Show
Ignore:
Timestamp:
01/05/06 00:35:03
Author:
fumanchu
Message:

Removed redundant test for favicon.

Files:

Legend:

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

    r910 r913  
    2626    'server.thread_pool': 0, 
    2727    'server.environment': "development", 
    28  
     28     
    2929    '/favicon.ico': { 
    3030        'static_filter.on': True, 
  • trunk/cherrypy/test/test_core.py

    r910 r913  
    813813     
    814814    def testFavicon(self): 
    815         # Calls to favicon.ico are special-cased in _cphttptools
     815        # Calls to favicon.ico are special-cased in config.py
    816816        icofilename = os.path.join(localDir, "../favicon.ico") 
    817817        icofile = open(icofilename, "rb") 
    818818        data = icofile.read() 
    819819        icofile.close() 
    820          
    821         self.getPage("/favicon.ico") 
    822         self.assertBody(data) 
    823820         
    824821        self.getPage("/favicon.ico") 

Hosted by WebFaction

Log in as guest/cpguest to create tickets