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

- build business template *after* modifing i


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45158 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8abbedb9
...@@ -7412,10 +7412,10 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -7412,10 +7412,10 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
CreateDocument \ CreateDocument \
CreateNewBusinessTemplate \ CreateNewBusinessTemplate \
UseExportBusinessTemplate \ UseExportBusinessTemplate \
' + self.save_current_business_template_sequence_string + '\
AddDocumentToBusinessTemplate \ AddDocumentToBusinessTemplate \
CheckModifiedBuildingState \ CheckModifiedBuildingState \
CheckNotInstalledInstallationState \ CheckNotInstalledInstallationState \
' + self.save_current_business_template_sequence_string + '\
RemoveDocument \ RemoveDocument \
RemoveBusinessTemplate \ RemoveBusinessTemplate \
RemoveAllTrashBins \ RemoveAllTrashBins \
...@@ -7423,6 +7423,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -7423,6 +7423,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
UseImportBusinessTemplate \ UseImportBusinessTemplate \
CheckBuiltBuildingState \ CheckBuiltBuildingState \
CheckNotInstalledInstallationState \ CheckNotInstalledInstallationState \
Tic Pdb \
InstallBusinessTemplate \ InstallBusinessTemplate \
Tic \ Tic \
CheckInstalledInstallationState \ CheckInstalledInstallationState \
......
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