Commit 48aae375 authored by Jérome Perrin's avatar Jérome Perrin

wip: testOpenOrder wip

parent 8d42fd02
...@@ -228,7 +228,9 @@ class TestOpenOrder(ERP5TypeTestCase): ...@@ -228,7 +228,9 @@ class TestOpenOrder(ERP5TypeTestCase):
(D(2008,3,3,10,0), D(2008,3,4,10,0)), (D(2008,3,3,10,0), D(2008,3,4,10,0)),
]) ])
testPeriodicityDateList = expectedFailure(_testPeriodicityDateList) #testPeriodicityDateList = expectedFailure(_testPeriodicityDateList)
def testPeriodicityDateList(self):
return self._testPeriodicityDateList()
def testPeriodicityDateListUniversal(self): def testPeriodicityDateListUniversal(self):
self._testPeriodicityDateList('Universal') self._testPeriodicityDateList('Universal')
......
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