From e30c5e8a852cf4f5ff07232e5608d01458a9c935 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Fri, 4 Nov 2005 13:19:43 +0000
Subject: [PATCH] Necessary for the new version of runUnitTest.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4231 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/custom_zodb.py | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 product/ERP5Type/tests/custom_zodb.py

diff --git a/product/ERP5Type/tests/custom_zodb.py b/product/ERP5Type/tests/custom_zodb.py
new file mode 100755
index 0000000000..c80bcac617
--- /dev/null
+++ b/product/ERP5Type/tests/custom_zodb.py
@@ -0,0 +1,4 @@
+import ZODB
+from ZODB.DemoStorage import DemoStorage
+
+Storage = DemoStorage(quota=(1<<20))
-- 
2.30.9