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

Changeset 1399

Show
Ignore:
Timestamp:
10/14/06 16:46:03
Author:
fumanchu
Message:

Oops.

Files:

Legend:

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

    r1398 r1399  
    349349        'test_objectmapping', 
    350350        'test_misc_tools', 
    351         'test_routes', 
    352351        'test_static', 
    353352        'test_tutorials', 
     
    360359        'test_wsgi_ns', 
    361360    ] 
     361     
     362    try: 
     363        import routes 
     364        testList.append('test_routes') 
     365    except ImportError: 
     366        pass 
     367     
    362368    clp = CommandLineParser(testList) 
    363369    success = clp.run() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets