[Erp5-report] r44622 leonardo - /erp5/trunk/products/ERP5/tests/testPackingList.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 25 13:55:22 CET 2011


Author: leonardo
Date: Fri Mar 25 13:55:21 2011
New Revision: 44622

URL: http://svn.erp5.org?rev=44622&view=rev
Log:
failures are no longer to be expected on testPackingList

Modified:
    erp5/trunk/products/ERP5/tests/testPackingList.py

Modified: erp5/trunk/products/ERP5/tests/testPackingList.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testPackingList.py?rev=44622&r1=44621&r2=44622&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPackingList.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testPackingList.py [utf8] Fri Mar 25 13:55:21 2011
@@ -37,7 +37,6 @@ from Products.ERP5Type.tests.Sequence im
 from Products.ERP5.tests.testOrder import TestOrderMixin
 from DateTime import DateTime
 from Products.ERP5Type.Globals import PersistentMapping
-from Products.ERP5.tests.utils import newSimulationExpectedFailure
 
 class TestPackingListMixin(TestOrderMixin):
   """
@@ -1376,7 +1375,6 @@ class TestPackingList(TestPackingListMix
 
     sequence_list.play(self, quiet=quiet)
 
-  @newSimulationExpectedFailure
   def test_11_PackingListDecreaseTwoTimesQuantityAndUpdateDelivery(self,
                                                quiet=quiet, run=run_all_test):
     """
@@ -1662,7 +1660,6 @@ class TestPackingList(TestPackingListMix
 
     sequence_list.play(self, quiet=quiet)
 
-  @newSimulationExpectedFailure
   def test_19_ChangeResourceOnPackingListAndOrder(self, quiet=quiet):
     """
       Change the resource on a packing list line, and accept the



More information about the Erp5-report mailing list