From 12ac78d00c22b3993c23666455964afa8c3cc4c5 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Fri, 15 Oct 2010 19:49:22 +0000
Subject: [PATCH] Include tests to enable download the business templates.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39262 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/profiles/development.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg
index 437453f634..547d1ca572 100644
--- a/buildout/profiles/development.cfg
+++ b/buildout/profiles/development.cfg
@@ -2,7 +2,8 @@
 # You should build a software home before use this recipe.
 
 [buildout]
-extends = ../profiles/deployment.cfg
+extends = ../profiles/test.cfg
+          ../profiles/deployment.cfg
 
 parts +=
   development-site
-- 
2.30.9