[Erp5-report] r26319 - /erp5/trunk/products/ERP5/tests/testRule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 7 13:23:08 CEST 2009


Author: kazuhiko
Date: Tue Apr  7 13:23:05 2009
New Revision: 26319

URL: http://svn.erp5.org?rev=26319&view=rev
Log:
now versioning table is included in erp5_mysql_innodb_catalog BT.

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

Modified: erp5/trunk/products/ERP5/tests/testRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testRule.py?rev=26319&r1=26318&r2=26319&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testRule.py [utf8] Tue Apr  7 13:23:05 2009
@@ -81,12 +81,8 @@
     return "Rule"
 
   def getBusinessTemplateList(self):
-    """
-    Add erp5_dms_mysql_innodb_catalog, as for now, it's the one in charge of
-    cataloging the version property.
-    """
     return TestOrderMixin.getBusinessTemplateList(self) + ('erp5_accounting',
-                'erp5_invoicing', 'erp5_dms_mysql_innodb_catalog',)
+                'erp5_invoicing',)
 
   def createPackingList(self):
     """




More information about the Erp5-report mailing list