Commit 5a26e2e3 authored by Fabien Morin's avatar Fabien Morin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27140 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 26ad5089
...@@ -1348,13 +1348,13 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) : ...@@ -1348,13 +1348,13 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
if err_list: if err_list:
self.fail(''.join(err_list)) self.fail(''.join(err_list))
def test_15_CheckBuilderCanBeCalledTwiveSafely(self): def test_15_CheckBuilderCanBeCalledTwiceSafely(self):
""" """
Builder design should allows to call the build method as many times as we Builder design should allows to call the build method as many times as we
want. Make sure that we will not have duplicated packing list if build is want. Make sure that we will not have duplicated packing list if build is
called several times. called several times.
""" """
delivery_builder = getattr(self.getPortalObject().portal_deliveries, delivery_builder = getattr(self.getPortalObject().portal_deliveries,
self.delivery_builder_id) self.delivery_builder_id)
def doNothing(self, *args, **kw): def doNothing(self, *args, **kw):
......
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