failures are no longer to be expected on testPackingList

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44622 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bc62ea97
...@@ -37,7 +37,6 @@ from Products.ERP5Type.tests.Sequence import SequenceList ...@@ -37,7 +37,6 @@ from Products.ERP5Type.tests.Sequence import SequenceList
from Products.ERP5.tests.testOrder import TestOrderMixin from Products.ERP5.tests.testOrder import TestOrderMixin
from DateTime import DateTime from DateTime import DateTime
from Products.ERP5Type.Globals import PersistentMapping from Products.ERP5Type.Globals import PersistentMapping
from Products.ERP5.tests.utils import newSimulationExpectedFailure
class TestPackingListMixin(TestOrderMixin): class TestPackingListMixin(TestOrderMixin):
""" """
...@@ -1376,7 +1375,6 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) : ...@@ -1376,7 +1375,6 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
sequence_list.play(self, quiet=quiet) sequence_list.play(self, quiet=quiet)
@newSimulationExpectedFailure
def test_11_PackingListDecreaseTwoTimesQuantityAndUpdateDelivery(self, def test_11_PackingListDecreaseTwoTimesQuantityAndUpdateDelivery(self,
quiet=quiet, run=run_all_test): quiet=quiet, run=run_all_test):
""" """
...@@ -1662,7 +1660,6 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) : ...@@ -1662,7 +1660,6 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
sequence_list.play(self, quiet=quiet) sequence_list.play(self, quiet=quiet)
@newSimulationExpectedFailure
def test_19_ChangeResourceOnPackingListAndOrder(self, quiet=quiet): def test_19_ChangeResourceOnPackingListAndOrder(self, quiet=quiet):
""" """
Change the resource on a packing list line, and accept the Change the resource on a packing list line, and accept the
......
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