From 3ba7d2371beee5f01e55b9735d74fa5801531eb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 17 Feb 2011 09:12:15 +0000
Subject: [PATCH] install erp5_core_proxy_field_legacy

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43401 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testAccounting.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/tests/testAccounting.py b/product/ERP5/tests/testAccounting.py
index f2fecb33f4..e08b9e7daa 100644
--- a/product/ERP5/tests/testAccounting.py
+++ b/product/ERP5/tests/testAccounting.py
@@ -3291,8 +3291,9 @@ class TestAccountingWithSequences(ERP5TypeTestCase):
 
   def getBusinessTemplateList(self):
     """Returns list of BT to be installed."""
-    return ('erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade',
-            'erp5_accounting', 'erp5_simulation_test')
+    return ('erp5_core_proxy_field_legacy', 'erp5_base', 'erp5_pdm',
+            'erp5_simulation', 'erp5_trade', 'erp5_accounting',
+            'erp5_simulation_test')
 
   # XXX
   def playSequence(self, sequence_string, quiet=1) :
-- 
2.30.9