--On 19. Oktober 2007 22:29:35 -0200 Rodrigo Bernardo Pimentel <[EMAIL PROTECTED]> wrote:
Hi! I have a product with one particular python script that, at a certain point, needs to set a value in SESSION. That seems to work fine when I try the product manually, but, when I was writing functional doctests for it using the testbrowser, I get an AttributeError saying that SESSION doesn't exist. I tried creating a FakeRequestSession on app.REQUEST on the doctest but that didn't help.
At least in ZopeTestCase you have to call setupCoreSessions() within your afterSetUp() method..check the spelling for the ZTC docs. -aj
pgpjvYzHYjH7m.pgp
Description: PGP signature
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
