[EMAIL PROTECTED] wrote: > I noticed that only one of the two tests that check a rendered page > in test_controllers would pass, that being whichever one ran first. > In subsequent tests cherrypy would return an error page. That's what > clued me in to try commenting out that whole file. I just really > did do a fresh quickstart, and that behavior shows up in the clean > quickstart (with identity).
The controller test will only run properly if you have TG 1.0.1 installed and also applied the following patches (you are hitting the second of these three problems): If you use Kid >0.9.3: tag case mismatch --> patch #1289 If you use identity: tables destroyed on shutdown (only first test runs) --> patch #1298 (not yet comitted) If you use identity & sqlalchemy: tables not created on startup --> patch #1290 -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

