I'm having some problems with the same codebase tested with Python 2.5
and previous versions. With Python 2.5 the tests pass smoothly but
with 2.4 and 2.3 they "explode". The problem seems to arise when the
application raises an exception due to bad behavior. Python 2.5 gets
back a HTTP 500 (that I check in the tests) but previous versions get
the exception verbatim making the tests crash.

The Django version is the same: svn last revision.

Any hints?


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

Reply via email to