Commit 34eadfad authored by Arnaud Fontaine's avatar Arnaud Fontaine

Disable dynamicWorkflowConversion().

parent 096744c3
...@@ -1313,8 +1313,8 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin): ...@@ -1313,8 +1313,8 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
setattr(app,'isIndexable', 1) setattr(app,'isIndexable', 1)
portal.portal_catalog.manage_hotReindexAll() portal.portal_catalog.manage_hotReindexAll()
self.tic() # self.tic()
self.dynamicWorkflowConversion() # self.dynamicWorkflowConversion()
portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary() portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary()
self.tic(not quiet) self.tic(not quiet)
......
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