[Erp5-report] r21979 - /erp5/trunk/products/ERP5/tests/testProductionOrder.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 26 16:48:41 CEST 2008


Author: luke
Date: Thu Jun 26 16:48:36 2008
New Revision: 21979

URL: http://svn.erp5.org?rev=21979&view=rev
Log:
 - use list of business templates from parent class

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

Modified: erp5/trunk/products/ERP5/tests/testProductionOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testProductionOrder.py?rev=21979&r1=21978&r2=21979&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testProductionOrder.py (original)
+++ erp5/trunk/products/ERP5/tests/testProductionOrder.py Thu Jun 26 16:48:36 2008
@@ -52,7 +52,8 @@
   def getBusinessTemplateList(self):
     """
     """
-    return ('erp5_base','erp5_pdm', 'erp5_trade', 'erp5_apparel', 'erp5_mrp')
+    return TestOrderMixin.getBusinessTemplateList(self) + \
+        ( 'erp5_mrp', )
 
   def createCategories(self):
     """ 




More information about the Erp5-report mailing list