Commit 04ab4025 authored by Jérome Perrin's avatar Jérome Perrin

remove unused variables and non existant portal types


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18074 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58da6d1d
......@@ -1380,14 +1380,10 @@ class TestAccounting(ERP5TypeTestCase):
currency_portal_type = 'Currency'
organisation_portal_type = 'Organisation'
sale_invoice_portal_type = 'Sale Invoice Transaction'
sale_invoice_line_portal_type = 'Sale Invoice Line'
sale_invoice_transaction_line_portal_type = 'Sale Invoice Transaction Line'
sale_invoice_cell_portal_type = 'Invoice Cell'
purchase_invoice_portal_type = 'Purchase Invoice Transaction'
purchase_invoice_line_portal_type = 'Purchase Invoice Line'
purchase_invoice_transaction_line_portal_type = \
'Purchase Invoice Transaction Line'
purchase_invoice_cell_portal_type = 'Invoice Cell'
start_date = DateTime(2004, 01, 01)
stop_date = DateTime(2004, 12, 31)
......
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