[Erp5-report] r32824 kazuhiko - /erp5/trunk/products/ERP5/tests/testERP5Simulation.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 19 06:11:30 CET 2010
Author: kazuhiko
Date: Fri Feb 19 06:11:29 2010
New Revision: 32824
URL: http://svn.erp5.org?rev=32824&view=rev
Log:
skip testERP5Simulation for now, because it is not supposed to work currently.
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=32824&r1=32823&r2=32824&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] Fri Feb 19 06:11:29 2010
@@ -37,6 +37,7 @@
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
@@ -596,6 +597,12 @@
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