[Erp5-report] r23758 - /erp5/trunk/products/ERP5/tests/testInvoice.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 23 14:31:37 CEST 2008


Author: jerome
Date: Tue Sep 23 14:31:33 2008
New Revision: 23758

URL: http://svn.erp5.org?rev=23758&view=rev
Log:
TestInvoice was missing in TestSaleInvoiceMixin, so test methods were not used
on Sale Invoices

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

Modified: erp5/trunk/products/ERP5/tests/testInvoice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInvoice.py?rev=23758&r1=23757&r2=23758&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py (original)
+++ erp5/trunk/products/ERP5/tests/testInvoice.py Tue Sep 23 14:31:33 2008
@@ -1845,7 +1845,7 @@
 
 
 
-class TestSaleInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
+class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
   """Tests for sale invoice.
   """
   RUN_ALL_TESTS = 1




More information about the Erp5-report mailing list