Commit 4d636119 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: erp5_pdm: Fix testERP5Interfaces failure due to 4c8bc987.

parent 3e7af68c
Pipeline #9619 failed with stage
in 0 seconds
......@@ -88,8 +88,8 @@ for failing_method in [
'test_erp5.component.document.BusinessLink_BusinessLink_implements_ICategoryAccessProvider',
'test_erp5.component.document.TradeModelCell_TradeModelCell_implements_IVariated',
'test_erp5.component.document.TradeModelLine_TradeModelLine_implements_IVariated',
'test_Products.ERP5.Document.Transformation_Transformation_implements_IVariated',
'test_Products.ERP5.Document.TransformedResource_TransformedResource_implements_IVariated',
'test_erp5.component.document.Transformation_Transformation_implements_IVariated',
'test_erp5.component.document.TransformedResource_TransformedResource_implements_IVariated',
]:
setattr(TestERP5Interfaces, failing_method,
expectedFailure(getattr(TestERP5Interfaces,failing_method)))
......
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