Commit b6f794ab authored by Łukasz Nowak's avatar Łukasz Nowak

- do not force installation of Business Templates as it avoids of some "API" usage


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45481 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c0c2a80
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment