[Erp5-report] r11273 - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 13 12:01:11 CET 2006


Author: alex
Date: Mon Nov 13 12:01:09 2006
New Revision: 11273

URL: http://svn.erp5.org?rev=11273&view=rev
Log:
Added missing step: the PortalType must be created before we can assign
Workflows to it.

Modified:
    erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

Modified: erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBusinessTemplate.py?rev=11273&r1=11272&r2=11273&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py Mon Nov 13 12:01:09 2006
@@ -2024,6 +2024,7 @@
       LOG('Testing... ', 0, message)
     sequence_list = SequenceList()
     sequence_string = '\
+                       CreatePortalType \
                        CreateWorkflow \
                        CreateNewBusinessTemplate \
                        UseExportBusinessTemplate \




More information about the Erp5-report mailing list