From f1783d9fd6e7a5dbaa49f7a8dea0f6117514be9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20Saeta=20P=C3=A9rez?= Date: Thu, 21 Apr 2011 15:14:18 +0200 Subject: [PATCH] Install Popoll to make tests pass. --- collective/libreorganizacion/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/collective/libreorganizacion/tests.py b/collective/libreorganizacion/tests.py index 96a6c88..21996e0 100755 --- a/collective/libreorganizacion/tests.py +++ b/collective/libreorganizacion/tests.py @@ -31,6 +31,7 @@ def setUpZope(self, app, configurationContext): import collective.libreorganizacion xmlconfig.file('configure.zcml', collective.libreorganizacion, context=configurationContext) + z2.installProduct(app, 'Products.PlonePopoll') z2.installProduct(app, 'collective.libreorganizacion') def setUpPloneSite(self, portal):