Commit 1902e80b authored by Sebastien Robin's avatar Sebastien Robin

cleanup


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1362 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f552e1a1
......@@ -100,12 +100,6 @@ class TestCMFCategory(ERP5TypeTestCase):
def afterSetUp(self, quiet=1, run=1):
self.login()
portal = self.getPortal()
#portal.portal_types.constructContent(type_name='Person Module',
# container=portal,
# id='person')
#portal.portal_types.constructContent(type_name='Organisation Module',
# container=portal,
# id='organisation')
person_module = self.getPersonModule()
p1 = person_module.newContent(id=self.id1)
p2 = person_module.newContent(id=self.id2)
......
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