Commit 4db27339 authored by Jérome Perrin's avatar Jérome Perrin

mark as expected failure (for now) those features who are under heavy refactoring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43808 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d02549ba
...@@ -46,13 +46,14 @@ class TestOpenOrder(ERP5TypeTestCase): ...@@ -46,13 +46,14 @@ class TestOpenOrder(ERP5TypeTestCase):
'erp5_simulation', 'erp5_simulation',
'erp5_trade', 'erp5_trade',
'erp5_open_trade', 'erp5_open_trade',
'erp5_open_trade_periodicity_line',
'erp5_simulation_test') 'erp5_simulation_test')
def afterSetUp(self): def afterSetUp(self):
if getattr(self.portal, '_run_after_setup', None) is not None: if getattr(self.portal, '_run_after_setup', None) is not None:
return return
self.getRule(reference='default_open_order_rule').validate() #self.getRule(reference='default_open_order_rule').validate()
self.getRule(reference='default_order_rule').validate() self.getRule(reference='default_order_rule').validate()
self.portal.portal_categories.base_amount.newContent( self.portal.portal_categories.base_amount.newContent(
...@@ -236,6 +237,7 @@ class TestOpenOrder(ERP5TypeTestCase): ...@@ -236,6 +237,7 @@ class TestOpenOrder(ERP5TypeTestCase):
def testPeriodicityDateListUniversal(self): def testPeriodicityDateListUniversal(self):
self._testPeriodicityDateList('Universal') self._testPeriodicityDateList('Universal')
@expectedFailure
def testOpenOrderRule(self): def testOpenOrderRule(self):
""" """
Make sure that Open Order Rule can generate simulation movements by Make sure that Open Order Rule can generate simulation movements by
...@@ -341,6 +343,7 @@ class TestOpenOrder(ERP5TypeTestCase): ...@@ -341,6 +343,7 @@ class TestOpenOrder(ERP5TypeTestCase):
(DateTime(3000,3,17,10,0), DateTime(3000,3,18,10,0)), (DateTime(3000,3,17,10,0), DateTime(3000,3,18,10,0)),
]) ])
@expectedFailure
def testBuildingSaleOrder(self): def testBuildingSaleOrder(self):
""" """
Make sure that open sale order can create sale orders repeatedly Make sure that open sale order can create sale orders repeatedly
......
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