From 8169d871cfd48675a8ea6b6cb4283b0754a67a46 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Wed, 16 Feb 2011 12:59:34 +0000
Subject: [PATCH] accounting needs old proxy fields of erp5_core

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

diff --git a/product/ERP5/tests/testAccounting.py b/product/ERP5/tests/testAccounting.py
index e4d0c8d297..f2fecb33f4 100644
--- a/product/ERP5/tests/testAccounting.py
+++ b/product/ERP5/tests/testAccounting.py
@@ -233,7 +233,8 @@ class AccountingTestCase(ERP5TypeTestCase):
     # a dependancy of erp5_accounting_ui_test, because it's used to test
     # standalone accounting and only installs erp5_accounting_ui_test to have
     # some default content created.
-    return ('erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade',
+    return ('erp5_core_proxy_field_legacy',
+            'erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade',
             'erp5_accounting', 'erp5_project', 'erp5_accounting_ui_test',
             'erp5_ods_style', 'erp5_simulation_test')
 
-- 
2.30.9