#2377: Dispatcher regression in TG2.1:
------------------------+---------------------------------------------------
Reporter: lmacken | Owner: percious
Type: defect | Status: new
Priority: normal | Milestone: 2.1
Component: TurboGears | Version: 2.1
Severity: critical | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by lmacken):
My patch seems to cause 1 problem with the test suite
{{{
======================================================================
FAIL: test_defalt_with_args_a_b
(tg.tests.test_tg_controller_dispatch.TestTGController)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/code/bitbucket.org/tg-
dev/tg/tests/test_tg_controller_dispatch.py", line 405, in
test_defalt_with_args_a_b
assert "DEFAULT WITH ARGS a b" in r.body, r
AssertionError: Response: 200 OK
Cache-Control: no-cache
Content-Type: text/html; charset=utf-8
Pragma: no-cache
Set-Cookie: beaker.session.id=0da707369d40489e887767be385268ac; Path=/
DEFAULT WITH ARGS b None
r =self.app.get('/sub4/default_with_args/a/b')
>> assert "DEFAULT WITH ARGS a b" in r.body, r
}}}
--
Ticket URL: <http://trac.turbogears.org/ticket/2377#comment:5>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---