Commit d004c0ca authored by Jérome Perrin's avatar Jérome Perrin

Continue reorganising testInvoice


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22895 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58829def
This diff is collapsed.
...@@ -31,9 +31,9 @@ import unittest ...@@ -31,9 +31,9 @@ import unittest
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from zLOG import LOG from zLOG import LOG
from Products.ERP5Type.tests.Sequence import SequenceList from Products.ERP5Type.tests.Sequence import SequenceList
from testInvoice import TestInvoiceMixin from testInvoice import TestSaleInvoiceMixin
class TestItemMixin(TestInvoiceMixin): class TestItemMixin(TestSaleInvoiceMixin):
""" """
Test business template erp5_trade Test business template erp5_trade
""" """
...@@ -42,7 +42,7 @@ class TestItemMixin(TestInvoiceMixin): ...@@ -42,7 +42,7 @@ class TestItemMixin(TestInvoiceMixin):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
""" """
""" """
return TestInvoiceMixin.getBusinessTemplateList(self) + ('erp5_item',) return TestSaleInvoiceMixin.getBusinessTemplateList(self) + ('erp5_item',)
def stepCreateItemList(self, sequence=None, sequence_list=None, **kw): def stepCreateItemList(self, sequence=None, sequence_list=None, **kw):
""" Create some items """ """ Create some items """
......
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