From 348b74fd17d0fd9aa92fd4eb90131d4d71d041a5 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 6 Feb 2010 14:08:02 +0000 Subject: [PATCH] Pin Products.PloneTestCase to version 0.9.8, since PTC 0.9.9 currently breaks tests. This needs to be fixed at some point. svn path=/plone.app.discussion/buildouts/; revision=33807 --- dev/buildout.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/buildout.cfg b/dev/buildout.cfg index 1bdb49e..5542f81 100644 --- a/dev/buildout.cfg +++ b/dev/buildout.cfg @@ -20,6 +20,7 @@ auto-checkout = [versions] zc.buildout = 1.2.1 +Products.PloneTestCase = 0.9.8 # 0.9.9 breaks 52 tests [zope2] recipe = plone.recipe.zope2install