From ae64a4721ee4024d4d43c86b5df5bc0c7ed5ca45 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 7 Apr 2009 11:23:05 +0000
Subject: [PATCH] now versioning table is included in erp5_mysql_innodb_catalog
 BT.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26319 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testRule.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/product/ERP5/tests/testRule.py b/product/ERP5/tests/testRule.py
index 70bd31da32..3ed73f34e5 100644
--- a/product/ERP5/tests/testRule.py
+++ b/product/ERP5/tests/testRule.py
@@ -81,12 +81,8 @@ class TestRuleMixin(TestOrderMixin):
     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):
     """
-- 
2.30.9