[Erp5-report] r33069 kazuhiko - /erp5/trunk/products/ERP5/tests/testAccountingRules.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 24 04:02:39 CET 2010


Author: kazuhiko
Date: Wed Feb 24 04:02:37 2010
New Revision: 33069

URL: http://svn.erp5.org?rev=33069&view=rev
Log:
fix typos of portal types in purchase case test.

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

Modified: erp5/trunk/products/ERP5/tests/testAccountingRules.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccountingRules.py?rev=33069&r1=33068&r2=33069&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccountingRules.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAccountingRules.py [utf8] Wed Feb 24 04:02:37 2010
@@ -54,9 +54,9 @@
 
 
 class PurchaseInvoiceTest:
-  invoice_portal_type = 'Sale Invoice Transaction'
+  invoice_portal_type = 'Purchase Invoice Transaction'
   invoice_transaction_line_portal_type \
-                     = "Sale Invoice Transaction Line"
+                     = "Purchase Invoice Transaction Line"
   invoice_line_portal_type = "Invoice Line"
   invoice_cell_portal_type = "Invoice Cell"
 




More information about the Erp5-report mailing list