[Erp5-report] r45183 leonardo - /erp5/trunk/products/ERP5Legacy/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 7 17:26:50 CEST 2011


Author: leonardo
Date: Thu Apr  7 17:26:49 2011
New Revision: 45183

URL: http://svn.erp5.org?rev=45183&view=rev
Log:
testLegacySimulationAdvancedInvoicing wasn't creating all categories it used

Modified:
    erp5/trunk/products/ERP5Legacy/tests/testLegacySimulationInvoice.py

Modified: erp5/trunk/products/ERP5Legacy/tests/testLegacySimulationInvoice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Legacy/tests/testLegacySimulationInvoice.py?rev=45183&r1=45182&r2=45183&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Legacy/tests/testLegacySimulationInvoice.py [utf8] (original)
+++ erp5/trunk/products/ERP5Legacy/tests/testLegacySimulationInvoice.py [utf8] Thu Apr  7 17:26:49 2011
@@ -90,6 +90,7 @@ class TestInvoiceMixin(TestPackingListMi
   @UnrestrictedMethod
   def createCategories(self):
     """Create the categories for our test. """
+    super(TestInvoiceMixin, self).createCategories()
     for cat_string in self.getNeededCategoryList() :
       base_cat = cat_string.split("/")[0]
       path = self.getPortal().portal_categories[base_cat]



More information about the Erp5-report mailing list