I have written a very simple model and controller plus unittests.
Tests pass on the Model tests. When I try to call the controller
through  testutil.createRequest the controller gets called. That is
validated via prints in the controller coe. An insert is made and is
validated in the controller code. when looking at the SQL output I see
RollBack as the last thing. This of course makes the assert in the
test routine fail as there is no DB entry anymore.

Do I have to setup up a special configuration or something. In
test.cfg I am identifying the db as sqlte memory with debug turned on.

Please help

dhf0820


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to