From 3f7516e57ebce9ca385e2b6bd4c64c0755b192a5 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 23 Jun 2009 05:34:41 +0000
Subject: [PATCH] erp5_commerce depends on erp5_web.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27764 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 bt5/erp5_commerce/bt/dependency_list  | 3 ++-
 product/ERP5/tests/testTranslation.py | 4 ++--
 product/ERP5/tests/testXHTML.py       | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/bt5/erp5_commerce/bt/dependency_list b/bt5/erp5_commerce/bt/dependency_list
index b964e0e4e5..18ae740aa3 100644
--- a/bt5/erp5_commerce/bt/dependency_list
+++ b/bt5/erp5_commerce/bt/dependency_list
@@ -1,2 +1,3 @@
 erp5_trade
-erp5_pdm
\ No newline at end of file
+erp5_pdm
+erp5_web
\ No newline at end of file
diff --git a/product/ERP5/tests/testTranslation.py b/product/ERP5/tests/testTranslation.py
index dfd997260b..505ceb2a64 100644
--- a/product/ERP5/tests/testTranslation.py
+++ b/product/ERP5/tests/testTranslation.py
@@ -61,8 +61,6 @@ target_business_templates = (
   'erp5_budget',
   'erp5_public_accounting_budget',
 
-  'erp5_commerce',
-
   'erp5_consulting',
 
   'erp5_ingestion',
@@ -72,6 +70,8 @@ target_business_templates = (
   'erp5_web',
   'erp5_dms',
 
+  'erp5_commerce',
+
   'erp5_forge',
 
   'erp5_immobilisation',
diff --git a/product/ERP5/tests/testXHTML.py b/product/ERP5/tests/testXHTML.py
index 946b015c50..96ecee99ec 100644
--- a/product/ERP5/tests/testXHTML.py
+++ b/product/ERP5/tests/testXHTML.py
@@ -79,8 +79,6 @@ class TestXHTML(ERP5TypeTestCase):
       'erp5_budget',
       'erp5_public_accounting_budget',
 
-      'erp5_commerce',
-
       'erp5_consulting',
 
       'erp5_ingestion',
@@ -90,6 +88,8 @@ class TestXHTML(ERP5TypeTestCase):
       'erp5_web',
       'erp5_dms',
 
+      'erp5_commerce',
+
       'erp5_forge',
 
       'erp5_immobilisation',
-- 
2.30.9