Commit 112180a6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

now testERP5Simulation is supposed to work somehow.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33406 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ae990ca
......@@ -37,7 +37,6 @@ from Products.CMFCore.utils import getToolByName
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 TestERP5SimulationPackingList(TestERP5SimulationMixin, TestPackingList):
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))
......
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