[Checkins] SVN: zc.zodbrecipes/trunk/zc/zodbrecipes/tests.py Fix test set up so that tests pass again.

Chris Withers chris at simplistix.co.uk
Fri Nov 20 11:38:27 EST 2009


Log message for revision 105913:
  Fix test set up so that tests pass again.

Changed:
  U   zc.zodbrecipes/trunk/zc/zodbrecipes/tests.py

-=-
Modified: zc.zodbrecipes/trunk/zc/zodbrecipes/tests.py
===================================================================
--- zc.zodbrecipes/trunk/zc/zodbrecipes/tests.py	2009-11-20 16:21:17 UTC (rev 105912)
+++ zc.zodbrecipes/trunk/zc/zodbrecipes/tests.py	2009-11-20 16:38:27 UTC (rev 105913)
@@ -32,6 +32,10 @@
     zc.buildout.testing.install('ZODB3', test)
     zc.buildout.testing.install('zope.proxy', test)
     zc.buildout.testing.install('zope.interface', test)
+    zc.buildout.testing.install('zope.exceptions', test)
+    zc.buildout.testing.install('zope.event', test)
+    zc.buildout.testing.install('zc.lockfile', test)
+    zc.buildout.testing.install('transaction', test)
 
 
 checker = renormalizing.RENormalizing([



More information about the checkins mailing list