diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py index 3d161ffc2589fe352c87cbf4abe32acff569861f..0cac15a1123e4cfd37696c9012e4aeb7f90567f6 100644 --- a/product/ERP5/tests/testBusinessTemplate.py +++ b/product/ERP5/tests/testBusinessTemplate.py @@ -6863,7 +6863,7 @@ class TestDocumentTemplateItem(BusinessTemplateMixin): UseImportBusinessTemplate \ CheckBuiltBuildingState \ CheckNotInstalledInstallationState \ - InstallBusinessTemplate \ + InstallWithoutForceBusinessTemplate \ Tic \ CheckInstalledInstallationState \ CheckBuiltBuildingState \ @@ -6901,7 +6901,7 @@ class TestDocumentTemplateItem(BusinessTemplateMixin): UseImportBusinessTemplate \ CheckBuiltBuildingState \ CheckNotInstalledInstallationState \ - InstallBusinessTemplate \ + InstallWithoutForceBusinessTemplate \ Tic \ CheckInstalledInstallationState \ CheckBuiltBuildingState \ @@ -6929,7 +6929,7 @@ class TestDocumentTemplateItem(BusinessTemplateMixin): UseImportBusinessTemplate \ CheckBuiltBuildingState \ CheckNotInstalledInstallationState \ - InstallBusinessTemplate \ + InstallWithoutForceBusinessTemplate \ Tic \ CheckUpdatedDocumentExists \ UninstallBusinessTemplate \ @@ -6960,7 +6960,7 @@ class TestDocumentTemplateItem(BusinessTemplateMixin): UseImportBusinessTemplate \ CheckBuiltBuildingState \ CheckNotInstalledInstallationState \ - InstallBusinessTemplate \ + InstallWithoutForceBusinessTemplate \ Tic \ CheckInstalledInstallationState \ CheckBuiltBuildingState \ @@ -7032,7 +7032,7 @@ class TestDocumentTemplateItem(BusinessTemplateMixin): UseImportBusinessTemplate \ CheckBuiltBuildingState \ CheckNotInstalledInstallationState \ - InstallBusinessTemplate \ + InstallWithoutForceBusinessTemplate \ Tic \ CheckInstalledInstallationState \ CheckBuiltBuildingState \