[Erp5-report] r42433 lucas - /erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 19 00:15:43 CET 2011


Author: lucas
Date: Wed Jan 19 00:15:43 2011
New Revision: 42433

URL: http://svn.erp5.org?rev=42433&view=rev
Log:
Added missing business template.

Modified:
    erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py

Modified: erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py?rev=42433&r1=42432&r2=42433&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py [utf8] Wed Jan 19 00:15:43 2011
@@ -75,8 +75,8 @@ class TestZelenium(ERP5TypeTestCase):
                 'erp5_credential',		
                 'erp5_km', 'erp5_km_ui_test',
                 'erp5_l10n_fr',		
-                'erp5_crm', 'erp5_configurator', 'erp5_workflow',
-                'erp5_configurator_standard_ui_test',
+                'erp5_crm', 'erp5_workflow', 'erp5_configurator',
+                'erp5_configurator_standard', 'erp5_configurator_standard_ui_test',
                 # erp5_web_ui_test must run at the last, because it logs out
                 # manager user and continue other tests as a user created in
                 # that test.



More information about the Erp5-report mailing list