Commit 4ae69890 authored by Romain Courteaud's avatar Romain Courteaud

slapos_jio_before_deletion: drop template_instance_tree

parent 9e86d070
...@@ -76,7 +76,7 @@ class TestSlapOSHalJsonStyleMixin(SlapOSTestCaseMixinWithAbort): ...@@ -76,7 +76,7 @@ class TestSlapOSHalJsonStyleMixin(SlapOSTestCaseMixinWithAbort):
def _makeInstanceTree(self): def _makeInstanceTree(self):
instance_tree = self.portal.instance_tree_module\ instance_tree = self.portal.instance_tree_module\
.template_instance_tree.Base_createCloneDocument(batch_mode=1) .newContent(portal_type="Instance Tree")
instance_tree.validate() instance_tree.validate()
self.tic() self.tic()
self.changeSkin('Hal') self.changeSkin('Hal')
......
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