Commit 05360823 authored by Nicolas Dumazet's avatar Nicolas Dumazet

rm useless login() overridden method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2329336c
......@@ -67,9 +67,6 @@ class TestProductionOrderMixin(TestOrderMixin):
"""
return ('erp5_base','erp5_pdm', 'erp5_trade', 'erp5_mrp',)
def login(self, quiet=0, run=1):
ERP5TypeTestCase.login(self)
def setUpPreferences(self):
portal = self.getPortal()
preferences = getToolByName(portal,'portal_preferences')
......
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