Commit f15a6799 authored by Tatuya Kamada's avatar Tatuya Kamada

Comment out the workaround to reproduce the ZODB component loading problem.

parent ff230882
......@@ -122,8 +122,8 @@ class PandasInventoryTest(ERP5TypeTestCase):
# next two lines are a workaround for the problem that the first time ZODB
# component loding fails inside a ZODB component test with the pkg_resources
# of setuptools-19.6.2
import erp5.component.extension
_ = erp5.component.extension.find_load_module('PandasInventory')
#import erp5.component.extension
#_ = erp5.component.extension.find_load_module('PandasInventory')
self.portal.Base_convertResultsToBigArray(
data,
......
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