I've written some controller unit tests that use the class
turbogears.testutil.BrowsingSession. When I run one test at a time, everything
is fine. But when I run all the tests at once, the second and subsequent tests
fail with a 403 when they hit the login URL. I added some debug messages to the
CherryPy applyFilters() function and I see that after the first test,
'VisitFilter' is no longer in CherryPy's list of filters. I think this explains
the 403, but I have no idea why the filter disappeared. I also added a debug
message to shutdown_extension() of turbogears.visit.api but that's not being
printed.
I'm running TurboGears 1.0.3 and CherryPy 2.2.1.
Any ideas what is going wrong?
Thanks,
Barry
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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?hl=en
-~----------~----~----~----~------~----~------~--~---