[Erp5-report] r32767 aurel - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 18 13:24:27 CET 2010
Author: aurel
Date: Thu Feb 18 13:24:27 2010
New Revision: 32767
URL: http://svn.erp5.org?rev=32767&view=rev
Log:
in test of upgrade of business templates, test workflow chains exists
after each new installation
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=32767&r1=32766&r2=32767&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] Thu Feb 18 13:24:27 2010
@@ -1228,7 +1228,7 @@
def stepCheckWorkflowChainExists(self, sequence=None, sequence_list=None, **kw):
"""
- Check if the workflowChain has been removed
+ Check if the workflowChain has been added
"""
present = 0
pw = self.getWorkflowTool()
@@ -4199,6 +4199,7 @@
CheckCategoriesExists \
CheckSubCategoriesExists \
CheckWorkflowExists \
+ CheckWorkflowChainExists \
CheckFirstActionExists \
CheckSecondActionExists \
CheckCatalogMethodExists \
More information about the Erp5-report
mailing list