Commit 26509026 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Uninstall BusinessTemplate at the end of test_BusinessTemplateWithZodbDocumentMigrated.

Otherwise, following ZODB Document tests will fail because of the ZODB
Document created but not removed in that test.
parent 4e9da49e
......@@ -7165,6 +7165,11 @@ class TestDocumentTemplateItem(BusinessTemplateMixin):
CheckZodbDocumentExists \
CheckInstalledInstallationState \
CheckBuiltBuildingState \
\
UninstallBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
CheckZodbDocumentRemoved \
'
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
......
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