> ======================================================================
> FAIL: /Users/chris/src/Python/TurboGears/temp3/temp3:
> temp3.tests.test_controllers.test_indextitle
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/case.py", line 52,
> in runTest
>     self.testFunc()
>   File "/Users/chris/src/Python/TurboGears/temp3/temp3/temp3/tests/
> test_controllers.py", line 26, in test_indextitle
>     assert "<TITLE>Welcome to TurboGears</TITLE>" in
> cherrypy.response.body[0]
> AssertionError
>


This is because since kid 0.9.4 they change the default generated tags
to lower case.

try assert "<title>Welcome to TurboGears</title>" instead.


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

Reply via email to