Commit 41145248 authored by Yusei Tahara's avatar Yusei Tahara

Add expectedFailure.

parent 41e8ad8d
......@@ -51,7 +51,7 @@ from zLOG import LOG
from Products.ERP5Type.tests.Sequence import SequenceList
from Products.ERP5Type.DateUtils import addToDate
from Products.ERP5.tests.testOrder import TestOrderMixin
from Products.ERP5Type.tests.backportUnittest import expectedFailure
from Products.ERP5Form.Selection import DomainSelection
class TestInventory(TestOrderMixin, ERP5TypeTestCase):
......@@ -1971,6 +1971,7 @@ class TestInventory(TestOrderMixin, ERP5TypeTestCase):
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
@expectedFailure
def test_05_CancelInventoryAfterDelivered(self, quiet=0, run=run_all_test):
"""
Make sure that changing workflow state after delivered changes
......
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