Commit 79e11006 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

this part is no longer required.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37086 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3c98766
......@@ -1608,9 +1608,6 @@ class TestAutomaticSolvingPackingList(TestPackingListMixin, ERP5TypeTestCase):
TestPackingListMixin.afterSetUp(self)
types_tool = self.portal.portal_types
solver_process_type_info = types_tool['Solver Process']
if 'portal_solvers' not in types_tool.type_provider_list:
types_tool.type_provider_list = tuple(types_tool.type_provider_list) + \
('portal_solvers',)
self.original_allowed_content_types = solver_process_type_info.getTypeAllowedContentTypeList()
self.added_target_solver_list = []
......
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