Commit 9e171f15 authored by Sebastien Robin's avatar Sebastien Robin

we have to login before adding content


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2876 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74259a17
......@@ -28,6 +28,9 @@ class TestERP5Type(ERP5TypeTestCase):
"""
return ()
def afterSetUp(self):
self.login()
def getRandomString(self):
return str(randint(-10000000,100000000))
......
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