From 49f521750a3161d5461f94e1fc1925e7a306e9b0 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Fri, 30 Mar 2012 06:28:06 -0300
Subject: [PATCH] Include erp5_configurator_standard_* after split of
 simulation_test

Those functional tests also need those business templates with the code
previously on erp5_simulation_test
---
 product/ERP5Type/tests/testFunctionalCore.py               | 7 ++++++-
 .../ERP5Type/tests/testFunctionalStandaloneUserTutorial.py | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/product/ERP5Type/tests/testFunctionalCore.py b/product/ERP5Type/tests/testFunctionalCore.py
index 9df7341a65..dd53d8656b 100755
--- a/product/ERP5Type/tests/testFunctionalCore.py
+++ b/product/ERP5Type/tests/testFunctionalCore.py
@@ -48,7 +48,12 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase):
                 'erp5_trade', 'erp5_pdm', 'erp5_ooo_import',
                 'erp5_accounting', 'erp5_invoicing',
                 'erp5_simplified_invoicing', 'erp5_project',
-                'erp5_simulation', 'erp5_simulation_test',
+                'erp5_simulation',
+                'erp5_configurator_standard_trade_solver',
+                'erp5_configurator_standard_trade_template',
+                'erp5_configurator_standard_accounting_template',
+                'erp5_configurator_standard_invoicing_template',
+                'erp5_simulation_test',
                 'erp5_accounting_ui_test',
                 'erp5_pdm_ui_test',
                 'erp5_trade_ui_test',
diff --git a/product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py b/product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
index 9d65993184..06f2f09bf9 100755
--- a/product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
+++ b/product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
@@ -50,7 +50,12 @@ class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
             'erp5_trade', 'erp5_pdm', 'erp5_ooo_import',
             'erp5_accounting', 'erp5_invoicing',
             'erp5_simplified_invoicing', 'erp5_project',
-            'erp5_simulation', 'erp5_simulation_test',
+            'erp5_simulation',
+            'erp5_configurator_standard_trade_solver',
+            'erp5_configurator_standard_trade_template',
+            'erp5_configurator_standard_accounting_template',
+            'erp5_configurator_standard_invoicing_template',
+            'erp5_simulation_test',
             'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
             'erp5_web', 'erp5_dms', 'erp5_credential',
             'erp5_rss_style', 'erp5_discussion',
-- 
2.30.9