[Erp5-report] r18074 - /erp5/trunk/products/ERP5/tests/testAccounting.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 6 18:08:30 CET 2007


Author: jerome
Date: Thu Dec  6 18:08:30 2007
New Revision: 18074

URL: http://svn.erp5.org?rev=18074&view=rev
Log:
remove unused variables and non existant portal types

Modified:
    erp5/trunk/products/ERP5/tests/testAccounting.py

Modified: erp5/trunk/products/ERP5/tests/testAccounting.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccounting.py?rev=18074&r1=18073&r2=18074&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py Thu Dec  6 18:08:30 2007
@@ -1380,14 +1380,10 @@
   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)




More information about the Erp5-report mailing list