See <http://jenkins.turbogears.org/job/tg-2.1-py2.4/148/changes>

Changes:

[Christoph Zwerschke] Make JinjaTemplateLoader work with Python 2.4.

------------------------------------------
[...truncated 1657 lines...]
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/repoze.who-1.0.19-py2.4.egg/repoze/who/middleware.py";,>
 line 107, in __call__
    app_iter = app(environ, wrapper.wrap_start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Beaker-1.5.4-py2.4.egg/beaker/middleware.py";,>
 line 73, in __call__
    return self.app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Beaker-1.5.4-py2.4.egg/beaker/middleware.py";,>
 line 152, in __call__
    return self.wrap_app(environ, session_start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Paste-1.7.5.1-py2.4.egg/paste/registry.py";,>
 line 379, in __call__
    app_iter = self.application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/middleware.py";,>
 line 149, in __call__
    status, headers, app_iter, exc_info = call_wsgi_application(
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/util.py";,>
 line 48, in call_wsgi_application
    app_iter = application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebError-0.10.3-py2.4.egg/weberror/errormiddleware.py";,>
 line 156, in __call__
    return self.application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/testutil.py";,>
 line 80, in __call__
    return self.app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/testutil.py";,>
 line 22, in __call__
    return app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 211, in __call__
    response = self._dispatch_call()
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 162, in _dispatch_call
    response = self._inspect_call(func)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 105, in _inspect_call
    result = self._perform_call(func, args)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg/controllers/dispatcher.py";,>
 line 119, in _perform_call
    func, controller, remainder, params = self._get_dispatchable(url_path)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg/controllers/dispatcher.py";,>
 line 79, in _get_dispatchable
    state = state.controller._dispatch(state, url_path)
  File "build/bdist.linux-i686/egg/crank/objectdispatcher.py", line 186, in 
_dispatch
  File "build/bdist.linux-i686/egg/crank/objectdispatcher.py", line 122, in 
_dispatch_first_found_default_or_lookup
TypeError: exceptions must be classes, instances, or strings (deprecated), not 
type

======================================================================
ERROR: test_not_found (tests.test_tg_controller_dispatch.TestNotFoundController)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tests/test_tg_controller_dispatch.py";,>
 line 470, in test_not_found
    r = self.app.get('/something', status=404)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/__init__.py";,>
 line 734, in get
    expect_errors=expect_errors)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/__init__.py";,>
 line 955, in do_request
    res = req.get_response(app, catch_exc_info=True)
  File "build/bdist.linux-i686/egg/webob/request.py", line 1048, in get_response
  File "build/bdist.linux-i686/egg/webob/request.py", line 1022, in 
call_application
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/lint.py";,>
 line 170, in lint_app
    iterator = application(environ, start_response_wrapper)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Paste-1.7.5.1-py2.4.egg/paste/httpexceptions.py";,>
 line 633, in __call__
    return self.application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Beaker-1.5.4-py2.4.egg/beaker/middleware.py";,>
 line 73, in __call__
    return self.app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Beaker-1.5.4-py2.4.egg/beaker/middleware.py";,>
 line 152, in __call__
    return self.wrap_app(environ, session_start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Paste-1.7.5.1-py2.4.egg/paste/registry.py";,>
 line 379, in __call__
    app_iter = self.application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/testutil.py";,>
 line 80, in __call__
    return self.app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/testutil.py";,>
 line 22, in __call__
    return app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 211, in __call__
    response = self._dispatch_call()
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 162, in _dispatch_call
    response = self._inspect_call(func)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 105, in _inspect_call
    result = self._perform_call(func, args)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg/controllers/dispatcher.py";,>
 line 119, in _perform_call
    func, controller, remainder, params = self._get_dispatchable(url_path)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg/controllers/dispatcher.py";,>
 line 79, in _get_dispatchable
    state = state.controller._dispatch(state, url_path)
  File "build/bdist.linux-i686/egg/crank/objectdispatcher.py", line 186, in 
_dispatch
  File "build/bdist.linux-i686/egg/crank/objectdispatcher.py", line 122, in 
_dispatch_first_found_default_or_lookup
TypeError: exceptions must be classes, instances, or strings (deprecated), not 
type

======================================================================
ERROR: test_not_found_blank 
(tests.test_tg_controller_dispatch.TestNotFoundController)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tests/test_tg_controller_dispatch.py";,>
 line 474, in test_not_found_blank
    r = self.app.get('/', status=404)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/__init__.py";,>
 line 734, in get
    expect_errors=expect_errors)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/__init__.py";,>
 line 955, in do_request
    res = req.get_response(app, catch_exc_info=True)
  File "build/bdist.linux-i686/egg/webob/request.py", line 1048, in get_response
  File "build/bdist.linux-i686/egg/webob/request.py", line 1022, in 
call_application
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/lint.py";,>
 line 170, in lint_app
    iterator = application(environ, start_response_wrapper)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Paste-1.7.5.1-py2.4.egg/paste/httpexceptions.py";,>
 line 633, in __call__
    return self.application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Beaker-1.5.4-py2.4.egg/beaker/middleware.py";,>
 line 73, in __call__
    return self.app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Beaker-1.5.4-py2.4.egg/beaker/middleware.py";,>
 line 152, in __call__
    return self.wrap_app(environ, session_start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Paste-1.7.5.1-py2.4.egg/paste/registry.py";,>
 line 379, in __call__
    app_iter = self.application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/testutil.py";,>
 line 80, in __call__
    return self.app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/testutil.py";,>
 line 22, in __call__
    return app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 211, in __call__
    response = self._dispatch_call()
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 162, in _dispatch_call
    response = self._inspect_call(func)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 105, in _inspect_call
    result = self._perform_call(func, args)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg/controllers/dispatcher.py";,>
 line 119, in _perform_call
    func, controller, remainder, params = self._get_dispatchable(url_path)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg/controllers/dispatcher.py";,>
 line 79, in _get_dispatchable
    state = state.controller._dispatch(state, url_path)
  File "build/bdist.linux-i686/egg/crank/objectdispatcher.py", line 166, in 
_dispatch
  File "build/bdist.linux-i686/egg/crank/objectdispatcher.py", line 122, in 
_dispatch_first_found_default_or_lookup
TypeError: exceptions must be classes, instances, or strings (deprecated), not 
type

======================================================================
ERROR: test_not_found_unicode 
(tests.test_tg_controller_dispatch.TestNotFoundController)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tests/test_tg_controller_dispatch.py";,>
 line 478, in test_not_found_unicode
    r = self.app.get('/права', status=404)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/__init__.py";,>
 line 734, in get
    expect_errors=expect_errors)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/__init__.py";,>
 line 955, in do_request
    res = req.get_response(app, catch_exc_info=True)
  File "build/bdist.linux-i686/egg/webob/request.py", line 1048, in get_response
  File "build/bdist.linux-i686/egg/webob/request.py", line 1022, in 
call_application
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/WebTest-1.2.4-py2.4.egg/webtest/lint.py";,>
 line 170, in lint_app
    iterator = application(environ, start_response_wrapper)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Paste-1.7.5.1-py2.4.egg/paste/httpexceptions.py";,>
 line 633, in __call__
    return self.application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Beaker-1.5.4-py2.4.egg/beaker/middleware.py";,>
 line 73, in __call__
    return self.app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Beaker-1.5.4-py2.4.egg/beaker/middleware.py";,>
 line 152, in __call__
    return self.wrap_app(environ, session_start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Paste-1.7.5.1-py2.4.egg/paste/registry.py";,>
 line 379, in __call__
    app_iter = self.application(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/testutil.py";,>
 line 80, in __call__
    return self.app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/testutil.py";,>
 line 22, in __call__
    return app(environ, start_response)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 211, in __call__
    response = self._dispatch_call()
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 162, in _dispatch_call
    response = self._inspect_call(func)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg2env/lib/python2.4/site-packages/Pylons-1.0-py2.4.egg/pylons/controllers/core.py";,>
 line 105, in _inspect_call
    result = self._perform_call(func, args)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg/controllers/dispatcher.py";,>
 line 119, in _perform_call
    func, controller, remainder, params = self._get_dispatchable(url_path)
  File 
"<http://jenkins.turbogears.org/job/tg-2.1-py2.4/ws/tg/controllers/dispatcher.py";,>
 line 79, in _get_dispatchable
    state = state.controller._dispatch(state, url_path)
  File "build/bdist.linux-i686/egg/crank/objectdispatcher.py", line 186, in 
_dispatch
  File "build/bdist.linux-i686/egg/crank/objectdispatcher.py", line 122, in 
_dispatch_first_found_default_or_lookup
TypeError: exceptions must be classes, instances, or strings (deprecated), not 
type

----------------------------------------------------------------------
XML: nosetests.xml
Name                                                                            
                    Stmts   Miss  Cover   Missing
---------------------------------------------------------------------------------------------------------------------------------
pysqlite-2.6.3-py2.4-linux-i686.egg/pysqlite2/__init__                          
                        0      0   100%   
pysqlite-2.6.3-py2.4-linux-i686.egg/pysqlite2/_sqlite                           
                        6      0   100%   
pysqlite-2.6.3-py2.4-linux-i686.egg/pysqlite2/dbapi2                            
                       41     15    63%   42, 45, 48, 57, 60, 63, 66-76
tests/__init__                                                                  
                        0      0   100%   
tests/base                                                                      
                       84      6    93%   95, 155-158, 161-163
tests/fixtures/__init__                                                         
                        0      0   100%   
tests/test_caching                                                              
                      112      0   100%   
tests/test_configuration                                                        
                       98      2    98%   89, 96
tests/test_controllers                                                          
                       56      0   100%   
tests/test_generic_json                                                         
                       52      4    92%   21-22, 49-50
tests/test_i18n                                                                 
                        8      0   100%   
tests/test_jsonify                                                              
                       49      5    90%   6, 26, 45-46, 58
tests/test_jsonify_sqlalchemy                                                   
                       60      5    92%   58-60, 75, 94
tests/test_render                                                               
                       10      0   100%   
tests/test_rest_controller_dispatch                                             
                      505     23    95%   21-26, 49, 59, 92, 104, 108, 112, 
123, 135, 139, 143, 147, 166, 170, 223, 227, 351, 428-429
tests/test_stack/__init__                                                       
                       40      1    98%   12
tests/test_stack/config/__init__                                                
                        0      0   100%   
tests/test_stack/config/controllers/__init__                                    
                        0      0   100%   
tests/test_stack/config/controllers/root                                        
                       19      1    95%   30
tests/test_stack/config/test_config                                             
                       25      0   100%   
tests/test_stack/dispatch/__init__                                              
                        0      0   100%   
tests/test_stack/dispatch/controllers/__init__                                  
                        0      0   100%   
tests/test_stack/dispatch/controllers/root                                      
                      113     13    88%   32, 67, 84-85, 128, 151-152, 157-159, 
164, 188, 203
tests/test_stack/dispatch/test_config                                           
                       29      0   100%   
tests/test_stack/dispatch/test_url_dispatch                                     
                      139      3    98%   95-96, 154
tests/test_stack/fixture/__init__                                               
                        0      0   100%   
tests/test_stack/lib/__init__                                                   
                        0      0   100%   
tests/test_stack/lib/templatetools/__init__                                     
                        1      0   100%   
tests/test_stack/lib/templatetools/jinja_filters                                
                        8      2    75%   3-4
tests/test_stack/rendering/__init__                                             
                        0      0   100%   
tests/test_stack/rendering/controllers/__init__                                 
                        0      0   100%   
tests/test_stack/rendering/controllers/root                                     
                      145      7    95%   39, 99-100, 146, 150, 185, 201
tests/test_stack/rendering/templates/__init__                                   
                        0      0   100%   
tests/test_stack/rendering/templates/mako_base.mak                              
                       25      0   100%   
tests/test_stack/rendering/templates/mako_custom_format.mak                     
                       26      0   100%   
tests/test_stack/rendering/templates/mako_inherits.mak                          
                       39      5    87%   17-21
tests/test_stack/rendering/templates/mako_noop.mak                              
                       20      0   100%   
tests/test_stack/rendering/templates/sub/__init__                               
                        0      0   100%   
tests/test_stack/rendering/templatestests/overridden_js.mak                     
                       20      0   100%   
tests/test_stack/rendering/templatestests/test_stack/rendering/templates/mako_base.mak
                 25      0   100%   
tests/test_stack/rendering/templatestests/test_stack/rendering/templates/mako_inherits_dotted.mak
      39      5    87%   17-21
tests/test_stack/rendering/templatestests/test_stack/rendering/templates/mako_noop.mak
                 20      0   100%   
tests/test_stack/rendering/test_decorators                                      
                       31      0   100%   
tests/test_stack/rendering/test_dotted_rendering                                
                       59      4    93%   25-28
tests/test_stack/rendering/test_pagination                                      
                       68      0   100%   
tests/test_stack/rendering/test_rendering                                       
                      332     22    93%   29, 42-46, 264-277, 280-282, 313-314
tests/test_stack/rendering/test_toscawidgets                                    
                       13      0   100%   
tests/test_stack/test_authz                                                     
                      284     10    96%   134, 166, 171, 290-292, 295-296, 468, 
497
tests/test_tg_controller_dispatch                                               
                      451     43    90%   100, 104, 112, 116, 120, 126, 133, 
137, 180, 277, 317, 325, 341, 345, 357-358, 362, 366-367, 371-372, 376, 380, 
384-385, 396-398, 408-410, 416-418, 427, 455-456, 471, 475, 479, 490, 498-499
tests/test_util                                                                 
                       20      0   100%   
tests/test_validation                                                           
                      155      6    96%   126-127, 218-221
tg/__init__                                                                     
                       12      0   100%   
tg/commands/__init__                                                            
                        0      0   100%   
tg/configuration/__init__                                                       
                        1      0   100%   
tg/configuration/app_config                                                     
                      388     74    81%   165-172, 302-304, 310, 364-366, 373, 
502-503, 517-533, 556, 558, 562-566, 614, 650, 654, 699, 704-707, 710-711, 
713-714, 781, 784-787, 819-826, 844, 863-864, 873-879, 923, 926, 937, 942-943, 
949-953, 956, 962-964, 984, 986, 989
tg/controllers/__init__                                                         
                        8      0   100%   
tg/controllers/decoratedcontroller                                              
                      189     33    83%   16-20, 100, 109, 132-137, 280, 
286-290, 301-302, 327, 336, 370-372, 420-427, 437-440
tg/controllers/dispatcher                                                       
                       88      7    92%   41, 51-52, 123-125, 135-137
tg/controllers/restcontroller                                                   
                        5      0   100%   
tg/controllers/tgcontroller                                                     
                        5      0   100%   
tg/controllers/util                                                             
                       97     17    82%   27, 31-38, 43, 80, 122, 125, 128, 
134, 137, 140, 143, 146, 182, 204
tg/controllers/wsgiappcontroller                                                
                       24      1    96%   42
tg/decorators                                                                   
                      290     35    88%   61, 68, 323-327, 368, 396-397, 
507-509, 524-530, 537, 541, 563-569, 596-597, 621-623, 707, 738, 743, 757
tg/dottednames/__init__                                                         
                        0      0   100%   
tg/dottednames/chameleon_genshi_lookup                                          
                       11      0   100%   
tg/dottednames/genshi_lookup                                                    
                       11      0   100%   
tg/dottednames/jinja_lookup                                                     
                       19      1    95%   32
tg/dottednames/mako_lookup                                                      
                       59     17    71%   8-9, 64, 80, 95-115, 147-149, 171
tg/error                                                                        
                       18      0   100%   
tg/exceptions                                                                   
                        1      0   100%   
tg/flash                                                                        
                       19      0   100%   
tg/i18n                                                                         
                       57      7    88%   59, 78-79, 96-100
tg/jsonify                                                                      
                       68     12    82%   16-18, 41, 49, 51, 53, 55, 75-80
tg/paginate                                                                     
                       20      5    75%   42-49
tg/release                                                                      
                        8      0   100%   
tg/render                                                                       
                      186     34    82%   7-8, 34-36, 39-41, 143, 182, 231-243, 
275-279, 352-355, 437-442
tg/templates/__init__                                                           
                        0      0   100%   
tg/util                                                                         
                      133     35    74%   29, 32-34, 49, 54, 95-98, 151, 
163-166, 175-176, 179-182, 185, 188-189, 192, 199-200, 203, 206-207, 210, 
213-214, 217-218, 221
tg/wsgiapp                                                                      
                       28      0   100%   
wsgiref-0.1.2-py2.4.egg/wsgiref/__init__                                        
                        0      0   100%   
wsgiref-0.1.2-py2.4.egg/wsgiref/handlers                                        
                      200    133    34%   13-18, 23-25, 35-36, 90-100, 106-121, 
132-136, 141, 146-153, 162-163, 168-189, 194-204, 209-223, 244, 249-251, 
260-265, 270-274, 279-280, 285, 293-302, 306-309, 325-326, 338, 346, 350, 354, 
358, 386-391, 394, 397, 400, 403-404, 407-408, 472
wsgiref-0.1.2-py2.4.egg/wsgiref/headers                                         
                       62     41    34%   20-27, 47-49, 53, 57-58, 65-66, 77, 
85, 98-99, 104-108, 119, 132, 142, 145, 150, 157-162, 181-189
wsgiref-0.1.2-py2.4.egg/wsgiref/simple_server                                   
                       91     57    37%   31-36, 50-51, 55-61, 64, 67, 88-122, 
125, 130-138, 181-183, 187-192
wsgiref-0.1.2-py2.4.egg/wsgiref/util                                            
                       89     75    16%   15-18, 21-24, 27, 30-33, 45-48, 
52-68, 72-81, 96-122, 137-160, 173
wsgiref-0.1.2-py2.4.egg/wsgiref/validate                                        
                      181     41    77%   129, 161, 192-195, 198-200, 203-208, 
211-215, 218, 226-227, 230, 233-234, 237, 245-246, 251, 255, 281, 285, 308, 
333, 344, 377, 404, 416-419
---------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                                           
                     5595    807    86%   
----------------------------------------------------------------------
Ran 339 tests in 5.202s

FAILED (errors=8)
Build step 'Execute shell' marked build as failure
Recording test results

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en.

Reply via email to