From 0d314eb2c1e87322fbeb7897a334e7c7a80f62c7 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 7 Apr 2009 08:57:13 +0000
Subject: [PATCH] now erp5_dms_mysql_innodb_catalog is almost empty and it is
 not required in this test.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26315 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testERP5WebWithDms.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/tests/testERP5WebWithDms.py b/product/ERP5/tests/testERP5WebWithDms.py
index df8c5e15cc..04517c27ce 100644
--- a/product/ERP5/tests/testERP5WebWithDms.py
+++ b/product/ERP5/tests/testERP5WebWithDms.py
@@ -67,7 +67,6 @@ class TestERP5WebWithDms(ERP5TypeTestCase, ZopeTestCase.Functional):
     return ('erp5_base',
             'erp5_web',
             'erp5_dms',
-            'erp5_dms_mysql_innodb_catalog',
             )
 
   def afterSetUp(self):
-- 
2.30.9