From 58a0ca054454e3eb2590a549e20dc956e27e890a Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Tue, 25 Jan 2005 15:46:34 +0000
Subject: [PATCH] import ZopeTestCase. The tests used to crash when
 ZopeTestCase wasn't imported.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2291 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/runUnitTest.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/product/ERP5Type/tests/runUnitTest.py b/product/ERP5Type/tests/runUnitTest.py
index 9905addc56..2d0cf5f476 100755
--- a/product/ERP5Type/tests/runUnitTest.py
+++ b/product/ERP5Type/tests/runUnitTest.py
@@ -28,6 +28,8 @@ def runUnitTestList(test_list) :
   execfile(os.path.join(tests_framework_home, 'framework.py')) 
 
   import unittest
+  from Testing import ZopeTestCase
+
   TestRunner = unittest.TextTestRunner
   suite = unittest.TestSuite()
 
-- 
2.30.9