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

- remove redundant check


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45159 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e25c6352
...@@ -7414,7 +7414,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -7414,7 +7414,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
UseExportBusinessTemplate \ UseExportBusinessTemplate \
AddDocumentToBusinessTemplate \ AddDocumentToBusinessTemplate \
CheckModifiedBuildingState \ CheckModifiedBuildingState \
CheckNotInstalledInstallationState \
' + self.save_current_business_template_sequence_string + '\ ' + self.save_current_business_template_sequence_string + '\
RemoveDocument \ RemoveDocument \
RemoveBusinessTemplate \ RemoveBusinessTemplate \
...@@ -7423,7 +7422,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -7423,7 +7422,6 @@ 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