Commit 21927a58 authored by Ivan Tyagov's avatar Ivan Tyagov

Do not 'clean up' in test step.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14159 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 26f286d3
......@@ -396,10 +396,6 @@ class TestIngestion(ERP5TypeTestCase):
# at the external_processing workflow
self.assertEquals(ob.getExternalProcessingState(), 'converted')
self.assert_('magic' in ob.SearchableText())
# clean up created objects for next test !
for ob in created_documents:
parent = ob.getParentValue()
parent.manage_delObjects([ob.getId(),])
def newPythonScript(self, object_id, script_id, argument_list, code):
"""
......@@ -1132,6 +1128,7 @@ class TestIngestion(ERP5TypeTestCase):
sequence_list = SequenceList()
step_list = [ 'stepCleanUp'
,'stepContributeFileListWithNoType'
,'stepCleanUp'
,'stepContributeFileListWithType'
]
sequence_string = ' '.join(step_list)
......
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