[z3-checkins] r5190 - z3/Five/trunk/tests

dreamcatcher at codespeak.net dreamcatcher at codespeak.net
Mon Jun 21 02:21:38 MEST 2004


Author: dreamcatcher
Date: Mon Jun 21 02:21:38 2004
New Revision: 5190

Modified:
   z3/Five/trunk/tests/test_five.py
Log:
Oh, found FiveTest, and realized that I broke some tests. Im going to fix those in a second.

Modified: z3/Five/trunk/tests/test_five.py
==============================================================================
--- z3/Five/trunk/tests/test_five.py	(original)
+++ z3/Five/trunk/tests/test_five.py	Mon Jun 21 02:21:38 2004
@@ -18,6 +18,7 @@
 from Zope.Startup.run import configure
 configure(join(_prefix, '..', '..', '..', 'etc', 'zope.conf'))
 
+import unittest
 from Testing import ZopeTestCase
 
 ZopeTestCase.installProduct('Five')


More information about the z3-checkins mailing list