Commit 7b57c8d6 authored by Yusei Tahara's avatar Yusei Tahara

sorry, I forgot to remove pdb line.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18477 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e0da436c
......@@ -319,8 +319,6 @@ class TestIngestion(ERP5TypeTestCase):
# PDF has not implemented _convertToBaseFormat() so can not be converted
self.assertEquals(context.getExternalProcessingState(), 'uploaded')
else:
if context.getExternalProcessingState()=='uploaded':
import pdb;pdb.set_trace()
self.assertEquals(context.getExternalProcessingState(), 'converted') # this is how we know if it was ok or not
self.assert_('magic' in context.SearchableText())
self.assert_('magic' in str(context.asText()))
......
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