[Erp5-report] r33406 kazuhiko - /erp5/trunk/products/ERP5/tests/testERP5Simulation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 4 18:07:47 CET 2010


Author: kazuhiko
Date: Thu Mar  4 18:07:47 2010
New Revision: 33406

URL: http://svn.erp5.org?rev=33406&view=rev
Log:
now testERP5Simulation is supposed to work somehow.

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

Modified: erp5/trunk/products/ERP5/tests/testERP5Simulation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Simulation.py?rev=33406&r1=33405&r2=33406&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] Thu Mar  4 18:07:47 2010
@@ -37,7 +37,6 @@
 from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
 from Products.ERP5Type.tests.Sequence import SequenceList
 from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod
-from Products.ERP5Type.tests.utils import todo_erp5
 from testPackingList import TestPackingList
 from testInvoice import TestSaleInvoice, TestInvoiceMixin
 
@@ -597,12 +596,6 @@
 class TestERP5SimulationInvoice(TestERP5SimulationMixin, TestSaleInvoice):
   pass
 
-# erp5_simulation needs to be updated to follow the new simulation
-# hierarchy, i.e. do not use order category in simulation movements.
-TestERP5Simulation = todo_erp5(TestERP5Simulation)
-TestERP5SimulationPackingList = todo_erp5(TestERP5SimulationPackingList)
-TestERP5SimulationInvoice = todo_erp5(TestERP5SimulationInvoice)
-
 def test_suite():
   suite = unittest.TestSuite()
   suite.addTest(unittest.makeSuite(TestERP5Simulation))




More information about the Erp5-report mailing list