[Erp5-report] r45481 luke - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 15 11:16:18 CEST 2011
Author: luke
Date: Fri Apr 15 11:16:17 2011
New Revision: 45481
URL: http://svn.erp5.org?rev=45481&view=rev
Log:
- do not force installation of Business Templates as it avoids of some "API" usage
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=45481&r1=45480&r2=45481&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] Fri Apr 15 11:16:17 2011
@@ -6863,7 +6863,7 @@ class TestDocumentTemplateItem(BusinessT
UseImportBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- InstallBusinessTemplate \
+ InstallWithoutForceBusinessTemplate \
Tic \
CheckInstalledInstallationState \
CheckBuiltBuildingState \
@@ -6901,7 +6901,7 @@ class TestDocumentTemplateItem(BusinessT
UseImportBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- InstallBusinessTemplate \
+ InstallWithoutForceBusinessTemplate \
Tic \
CheckInstalledInstallationState \
CheckBuiltBuildingState \
@@ -6929,7 +6929,7 @@ class TestDocumentTemplateItem(BusinessT
UseImportBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- InstallBusinessTemplate \
+ InstallWithoutForceBusinessTemplate \
Tic \
CheckUpdatedDocumentExists \
UninstallBusinessTemplate \
@@ -6960,7 +6960,7 @@ class TestDocumentTemplateItem(BusinessT
UseImportBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- InstallBusinessTemplate \
+ InstallWithoutForceBusinessTemplate \
Tic \
CheckInstalledInstallationState \
CheckBuiltBuildingState \
@@ -7032,7 +7032,7 @@ class TestDocumentTemplateItem(BusinessT
UseImportBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- InstallBusinessTemplate \
+ InstallWithoutForceBusinessTemplate \
Tic \
CheckInstalledInstallationState \
CheckBuiltBuildingState \
More information about the Erp5-report
mailing list