call the original cookiecrumbler set-up before doing anything else

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31655 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f45785d
......@@ -38,6 +38,7 @@ class ERP5CookieCrumblerTests (CookieCrumblerTests):
""" Modify original CMFCore Cookie Crumbler unit test to test long login """
def setUp(self):
CookieCrumblerTests.setUp(self)
root = Folder()
self.root = root
root.isTopLevelPrincipiaApplicationObject = 1 # User folder needs this
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment